Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdem Köşk committed Jul 10, 2024
1 parent 358153a commit ea4484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (command EditCommand) Execute(cmd *cobra.Command, args []string) {
AddFormItem(searchBox).
AddFormItem(valueSearchBox).
AddFormItem(valueBox).
AddButton("UpdatebBy Key", func() {
AddButton("Update By Key", func() {
// This is the action when the "Update" button is pressed
key := searchBox.GetText()
value := valueSearchBox.GetText()
Expand Down

0 comments on commit ea4484b

Please sign in to comment.