Skip to content

Commit

Permalink
fix/#157 코드 리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
youz2me committed Jul 12, 2024
1 parent 12b734e commit cdea947
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class CreateGroupViewController: BaseViewController {
super.viewDidLoad()

setupBinding()
setupActions()
setupTapGesture()
}

Expand All @@ -44,7 +43,7 @@ class CreateGroupViewController: BaseViewController {
}
}

private func setupActions() {
override func setupAction() {
createGroupView.nameTextField.addTarget(self, action: #selector(textFieldDidChange(_:)), for: .editingChanged)
createGroupView.presentButton.addTarget(self, action: #selector(presentButtonDidTapped), for: .touchUpInside)
}
Expand Down

0 comments on commit cdea947

Please sign in to comment.