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 9dd113d commit 92dbb3eCopy full SHA for 92dbb3e
1 file changed
web_client/src/store/index.ts
@@ -442,6 +442,7 @@ const {
442
Object.assign(state, { ...state, ...initState });
443
},
444
setMIQAConfig(state, configuration) {
445
+ if (!configuration) configuration = {};
446
if (!configuration.version) configuration.version = '';
447
state.MIQAConfig = configuration;
448
0 commit comments