From fda31bd51c2132caf88a1d99a96d06d94ef1ef72 Mon Sep 17 00:00:00 2001 From: topi0247 Date: Sat, 25 Apr 2026 13:23:48 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20v4=20preflight=20=E3=81=A7=20input=20?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E3=81=8C=E9=80=8F=E9=81=8E=E3=81=95=E3=82=8C?= =?UTF-8?q?=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- front/src/app/record/[name]/page.tsx | 2 +- front/src/components/records/createRecord.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/app/record/[name]/page.tsx b/front/src/app/record/[name]/page.tsx index da16c1f..bcd7b8b 100644 --- a/front/src/app/record/[name]/page.tsx +++ b/front/src/app/record/[name]/page.tsx @@ -335,7 +335,7 @@ export default function RecordPage({
setFileName(e.target.value)} value={fileName} placeholder="README" diff --git a/front/src/components/records/createRecord.tsx b/front/src/components/records/createRecord.tsx index e07404e..732bf1e 100644 --- a/front/src/components/records/createRecord.tsx +++ b/front/src/components/records/createRecord.tsx @@ -86,7 +86,7 @@ export default function CreateRecord({