We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358153a commit ea4484bCopy full SHA for ea4484b
internal/command/edit.go
@@ -86,7 +86,7 @@ func (command EditCommand) Execute(cmd *cobra.Command, args []string) {
86
AddFormItem(searchBox).
87
AddFormItem(valueSearchBox).
88
AddFormItem(valueBox).
89
- AddButton("UpdatebBy Key", func() {
+ AddButton("Update By Key", func() {
90
// This is the action when the "Update" button is pressed
91
key := searchBox.GetText()
92
value := valueSearchBox.GetText()
0 commit comments