Refactor: add a name to shortcuts column
This commit is contained in:
parent
a53180ee31
commit
4b090d6229
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export default function ShortcutsPage() {
|
|||
resizable: false,
|
||||
}, //This column will be twice as wide as the others
|
||||
{
|
||||
headerName: "Functionality",
|
||||
headerName: "Keyboard Shortcut",
|
||||
field: "shortcut",
|
||||
flex: 2,
|
||||
editable: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue