Skip to content

Commit b154d10

Browse files
committed
fix root key not displaying
1 parent bafb8e0 commit b154d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/param/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func (r Root) Name() string {
1818
}
1919

2020
func (r Root) Display() string {
21-
return "key"
21+
return r.grid.Key.Name()
2222
}
2323

2424
func (r Root) Value() int {

0 commit comments

Comments
 (0)