From 997df51efca738eb45b4fa67e9b41367fd50c1ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cxixn2=E2=80=9D?= Date: Sat, 7 Dec 2024 23:09:12 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20::=20[#68]=20Edit=20Program=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=20=EC=8B=9C=20Training=20Program=20=EC=A4=91?= =?UTF-8?q?=EB=B3=B5=EC=83=9D=EC=84=B1=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ExpoApplicationFeature/Sources/ExpoCreateView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/App/Sources/Feature/ExpoApplicationFeature/Sources/ExpoCreateView.swift b/Projects/App/Sources/Feature/ExpoApplicationFeature/Sources/ExpoCreateView.swift index e749511..b71a106 100644 --- a/Projects/App/Sources/Feature/ExpoApplicationFeature/Sources/ExpoCreateView.swift +++ b/Projects/App/Sources/Feature/ExpoApplicationFeature/Sources/ExpoCreateView.swift @@ -165,7 +165,7 @@ struct ExpoCreateView: View { .padding(.leading, 32) .expoColor(ExpoColor.gray500) - TextField("연수 입력하세요.", text: $trainingCount[index]) + TextField("연수 입력하세요.", text: $programCount[index]) .padding(.leading, 12) Spacer() @@ -184,7 +184,7 @@ struct ExpoCreateView: View { } Button { - trainingCount.append("") + programCount.append("") } label: { HStack(spacing: 8) { ExpoIOSAsset.Assets.plusBlue.swiftUIImage