Skip to content

Commit

Permalink
minor text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Aug 29, 2023
1 parent f2b6888 commit 9ba0bb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/screens/passwordsView.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ func newListView(mainView *mainView, forceUpdate bool, expr string) *listView {
}
searchEntry.SetText(searchTerm)
searchButton := widget.NewButtonWithIcon("", theme.SearchIcon(), func() {
// TODO search
fmt.Println("search")
expr = ""
if searchTerm != "" {
expr = "domain=>" + searchTerm
Expand Down

0 comments on commit 9ba0bb8

Please sign in to comment.