diff --git a/src/views/Explore.vue b/src/views/Explore.vue index b291e3d..111bf7d 100644 --- a/src/views/Explore.vue +++ b/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() {