Skip to content

Commit

Permalink
Merge pull request #568 from navidys/dropdown_move_key
Browse files Browse the repository at this point in the history
fix wrong function name
  • Loading branch information
navidys authored Mar 2, 2025
2 parents fc019f0 + 56a1286 commit 47b1d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/pods/poddialogs/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func NewPodCreateDialog() *PodCreateDialog {

podDialog.setActiveCategory(0)

podDialog.initCustomInputHanlers()
podDialog.initCustomInputHandlers()

return &podDialog
}
Expand Down Expand Up @@ -536,7 +536,7 @@ func (d *PodCreateDialog) Focus(delegate func(p tview.Primitive)) { //nolint:cyc
}
}

func (d *PodCreateDialog) initCustomInputHanlers() {
func (d *PodCreateDialog) initCustomInputHandlers() {
// newtwork dropdown
d.podNetworkField.SetInputCapture(func(event *tcell.EventKey) *tcell.EventKey {
event = utils.ParseKeyEventKey(event)
Expand Down

0 comments on commit 47b1d1f

Please sign in to comment.