From f4f2b8ddb82dde250063bc8b80669cccc3482763 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 13 Jun 2022 19:24:05 +0800 Subject: [PATCH] Try to fix #1658 --- src/pages/StatusPage.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/StatusPage.vue b/src/pages/StatusPage.vue index dac9f94a..4b6aed10 100644 --- a/src/pages/StatusPage.vue +++ b/src/pages/StatusPage.vue @@ -624,6 +624,9 @@ export default { this.$root.initSocketIO(true); this.enableEditMode = true; this.clickedEditButton = true; + + // Try to fix #1658 + this.loadedData = true; } },