Skip to content

Commit

Permalink
πŸ› :: [#68] Edit Program 생성 μ‹œ Training Program 쀑볡생성 μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Xixn2 committed Dec 7, 2024
1 parent 045fd36 commit 997df51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -184,7 +184,7 @@ struct ExpoCreateView: View {
}

Button {
trainingCount.append("")
programCount.append("")
} label: {
HStack(spacing: 8) {
ExpoIOSAsset.Assets.plusBlue.swiftUIImage
Expand Down

0 comments on commit 997df51

Please sign in to comment.