We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafb8e0 commit b154d10Copy full SHA for b154d10
ui/param/root.go
@@ -18,7 +18,7 @@ func (r Root) Name() string {
18
}
19
20
func (r Root) Display() string {
21
- return "key"
+ return r.grid.Key.Name()
22
23
24
func (r Root) Value() int {
0 commit comments