From 24f4348868fda1809bb4c627ac185382dc2d8923 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sun, 28 May 2023 20:59:36 -0700 Subject: [PATCH] fix --- packages/client/src/widgets/server-info.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/client/src/widgets/server-info.vue b/packages/client/src/widgets/server-info.vue index 35dd53c45..32cd35883 100644 --- a/packages/client/src/widgets/server-info.vue +++ b/packages/client/src/widgets/server-info.vue @@ -3,16 +3,16 @@
{{ - instance.name + $instance.name }}
{{ host }}
@@ -41,7 +41,6 @@ import { } from "./widget"; import { GetFormResultType } from "@/scripts/form"; import { host } from "@/config"; -import { instance } from "@/instance"; const name = "serverInfo";