We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e797743 commit 1378bd7Copy full SHA for 1378bd7
src/actions/ResultActions.js
@@ -60,7 +60,7 @@ export const getResultsInProtocolIpPort = items => {
60
};
61
62
export const save = () => (dispatch, getState) => {
63
- const saveType = getState().exporting.type == 1 ? getResultsInIpPort : getResultsInProtocolIpPort;
+ const saveType = getState().result.exporting.type == 1 ? getResultsInIpPort : getResultsInProtocolIpPort;
64
65
let savePath = dialog.showSaveDialog({
66
filters: [
0 commit comments