fix configuration is undefined
This commit is contained in:
parent
cd31f70def
commit
d818696236
@ -1479,7 +1479,7 @@ const reactionEffects: IReactionEffect[] = [
|
||||
return [configuration, selectConfiguration];
|
||||
},
|
||||
effect: ([configurationId, selectConfigurationOptions]) => {
|
||||
if (selectConfigurationOptions.length) {
|
||||
if (selectConfigurationOptions && selectConfigurationOptions.length) {
|
||||
if (!configurationId) {
|
||||
calculationStore.setValidation('selectConfiguration', false);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user