From 2a1e60da44bef9b7978f7b04332e60074e62937f Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Sat, 6 May 2023 16:49:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=9B=E5=BB=BA=E7=BC=96=E6=8E=92?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=A8=A1=E5=BC=8F=20(#904)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/container/compose/create/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/container/compose/create/index.vue b/frontend/src/views/container/compose/create/index.vue index c1c0a3af4..4a196ea91 100644 --- a/frontend/src/views/container/compose/create/index.vue +++ b/frontend/src/views/container/compose/create/index.vue @@ -167,6 +167,7 @@ const loadTemplates = async () => { }; const acceptParams = (): void => { + mode.value = 'edit'; drawerVisiable.value = true; form.name = ''; form.from = 'edit';