feat(creator): 플로팅 액션 진입을 연결한다
This commit is contained in:
@@ -162,8 +162,8 @@ struct AppStepLayerView: View {
|
||||
case .serviceCenter:
|
||||
ServiceCenterView()
|
||||
|
||||
case .createContent:
|
||||
ContentCreateView()
|
||||
case .createContent(let onSuccess):
|
||||
ContentCreateView(onSuccess: onSuccess)
|
||||
|
||||
case .liveReservationComplete(let response):
|
||||
LiveReservationCompleteView(reservationCompleteData: response)
|
||||
|
||||
Reference in New Issue
Block a user