Show icons for navigate commands (#2184)

- show icons for navigate commands
This commit is contained in:
brendanlaschke
2023-10-23 10:28:01 +02:00
committed by GitHub
parent 42af74eb46
commit c80eb5c0b0
2 changed files with 14 additions and 0 deletions

View File

@ -150,6 +150,7 @@ export const CommandMenu = () => {
to={cmd.to}
key={cmd.label}
label={cmd.label}
Icon={cmd.Icon}
onClick={cmd.onCommandClick}
shortcuts={cmd.shortcuts || []}
/>