From 6de06259048717ee809750e43d387c88b947ffc3 Mon Sep 17 00:00:00 2001 From: eyemono-moe Date: Sat, 27 Jul 2024 10:49:14 +0900 Subject: [PATCH] =?UTF-8?q?isSPA=E3=81=AE=E3=83=87=E3=83=95=E3=82=A9?= =?UTF-8?q?=E3=83=AB=E3=83=88=E5=80=A4=E3=82=92=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/form/config/deploy/StaticConfigField.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/features/application/components/form/config/deploy/StaticConfigField.tsx b/dashboard/src/features/application/components/form/config/deploy/StaticConfigField.tsx index 9abf0e65..bdf9c8f8 100644 --- a/dashboard/src/features/application/components/form/config/deploy/StaticConfigField.tsx +++ b/dashboard/src/features/application/components/form/config/deploy/StaticConfigField.tsx @@ -55,7 +55,7 @@ const StaticConfigField: Component = (props) => { { value: 'true', label: 'Yes' }, { value: 'false', label: 'No' }, ]} - value={field.value} + value={field.value ?? 'false'} readOnly={props.readonly} /> )}