@ -212,7 +212,7 @@ export default {
this.constructor_params !== this.saved_constructor_params;
}
return (
this.records && (this.site_rec !== this.records.site || constr_change)
this.records && (this.site_rec !== this.records.site || constr_change) || (!this.records && constr_change)
);
},
settingsCompLoaded() {