Skip to content

Commit

Permalink
[chore] #270 버튼 중복 클릭 해결!
Browse files Browse the repository at this point in the history
  • Loading branch information
t1nm1ksun committed Sep 23, 2024
1 parent 261f0c8 commit c7a6bc0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ fun EnrollRoute(
onCostValueChange = { cost -> viewModel.setEvent(EnrollContract.EnrollEvent.OnCostValueChange(cost = cost)) },
onEnrollSuccessDialogButtonClick = {
viewModel.setSideEffect(EnrollContract.EnrollSideEffect.PopBackStack)
viewModel.setEvent(EnrollContract.EnrollEvent.SetIsEnrollSuccessDialogOpen(isEnrollSuccessDialogOpen = false))
}
)

Expand Down

0 comments on commit c7a6bc0

Please sign in to comment.