Skip to content

Commit

Permalink
fix root key not displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergodart committed Nov 30, 2024
1 parent bafb8e0 commit b154d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/param/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func (r Root) Name() string {
}

func (r Root) Display() string {
return "key"
return r.grid.Key.Name()
}

func (r Root) Value() int {
Expand Down

0 comments on commit b154d10

Please sign in to comment.