From e0f8cd96f873ca93c8816f259a8d4f4f5bd13a87 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Fri, 7 Jun 2024 23:02:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=96=87=E4=BB=B6=E5=AF=B9=E6=AF=94=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98=20(#5352)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/app-store/installed/upgrade/diff/index.vue | 3 --- frontend/src/views/setting/about/index.vue | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/views/app-store/installed/upgrade/diff/index.vue b/frontend/src/views/app-store/installed/upgrade/diff/index.vue index 2dc63b8c9..0a0cb5724 100644 --- a/frontend/src/views/app-store/installed/upgrade/diff/index.vue +++ b/frontend/src/views/app-store/installed/upgrade/diff/index.vue @@ -67,9 +67,6 @@ const confirm = (useEditor: boolean) => { }; const initEditor = () => { - if (editor) { - editor.dispose(); - } nextTick(() => { originalModel = monaco.editor.createModel(oldContent.value, 'yaml'); modifiedModel = monaco.editor.createModel(newContent.value, 'yaml'); diff --git a/frontend/src/views/setting/about/index.vue b/frontend/src/views/setting/about/index.vue index ff6558f15..2abb72153 100644 --- a/frontend/src/views/setting/about/index.vue +++ b/frontend/src/views/setting/about/index.vue @@ -12,7 +12,7 @@
- + {{ $t('setting.doc2') }}