Refactor: add a name to shortcuts column

This commit is contained in:
igorrCarvalho 2024-06-08 18:08:45 -03:00
commit 4b090d6229

View file

@ -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,