feat(creator): 플로팅 액션 진입을 연결한다
This commit is contained in:
@@ -408,7 +408,7 @@ struct HomeTabView: View {
|
||||
.padding(.trailing, 16.7)
|
||||
.padding(.bottom, 16.7)
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(step: .createContent)
|
||||
AppState.shared.setAppStep(step: .createContent())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user