From f97fef7164412aa5a06b49cbee2434506269b6e4 Mon Sep 17 00:00:00 2001 From: ennucore Date: Sun, 10 Sep 2023 16:14:12 +0200 Subject: [PATCH] fix constructor --- src/views/Explore.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {