Browse Source

fix constructor

master
Lev 1 year ago
parent
commit
f97fef7164
  1. 2
      src/views/Explore.vue

2
src/views/Explore.vue

@ -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() {

Loading…
Cancel
Save