From cb7203df19b407ca9c7d086ea02cf7748cff2ee4 Mon Sep 17 00:00:00 2001 From: sabonerune <102559104+sabonerune@users.noreply.github.com> Date: Wed, 1 Mar 2023 20:38:50 +0900 Subject: [PATCH] =?UTF-8?q?FIX:=20=E4=B8=80=E9=83=A8=E3=81=AE=E5=9E=8B?= =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EngineManageDialog.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/components/EngineManageDialog.vue b/src/components/EngineManageDialog.vue index fa82d2961e..d9a7d41a16 100644 --- a/src/components/EngineManageDialog.vue +++ b/src/components/EngineManageDialog.vue @@ -153,7 +153,11 @@ @@ -168,7 +172,7 @@ dense readonly :error=" - newEngineDirValidationState && + newEngineDirValidationState != undefined && newEngineDirValidationState !== 'ok' " placeholder="エンジンフォルダの場所" @@ -190,7 +194,11 @@