From 1cc32b3662890a8ff27367d09911885280b02b3c Mon Sep 17 00:00:00 2001 From: Masato Inoue Date: Sat, 27 Sep 2025 11:03:10 +0900 Subject: [PATCH] =?UTF-8?q?bug:=20=E3=83=95=E3=83=AC=E3=83=BC=E3=83=A0?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=20=E5=85=AC=E9=96=8B=E8=A8=AD=E5=AE=9A=20?= =?UTF-8?q?=E3=80=8C=E9=99=90=E5=AE=9A=E5=85=AC=E9=96=8B=E3=80=8D=E3=82=92?= =?UTF-8?q?=E9=81=B8=E6=8A=9E=E4=BF=9D=E5=AD=98=E3=81=97=E3=81=A6=E3=80=81?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E3=82=92=E5=86=8D=E8=A1=A8=E7=A4=BA=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=81=A8=E3=80=8C=E5=85=AC=E9=96=8B=E3=80=8D=E3=81=8C?= =?UTF-8?q?=E9=81=B8=E6=8A=9E=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84=E3=82=8B?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3=EF=BC=88checked?= =?UTF-8?q?=E3=81=AE=E5=88=A4=E5=AE=9A=E3=83=AD=E3=82=B8=E3=83=83=E3=82=AF?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/core/cms_frame_edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/core/cms_frame_edit.blade.php b/resources/views/core/cms_frame_edit.blade.php index 7da0ca182..4a769a074 100644 --- a/resources/views/core/cms_frame_edit.blade.php +++ b/resources/views/core/cms_frame_edit.blade.php @@ -196,7 +196,7 @@ id="{{ "content_open_type_{$key}" }}" name="content_open_type" class="custom-control-input" - {{ old('content_open_type', $frame->content_open_type) ? 'checked' : '' }} + {{ old('content_open_type', $frame->content_open_type) == $key ? 'checked' : '' }} v-model="v_content_open_type" >