chore(CommandPalette): pass active to children

This commit is contained in:
Benjamin Canac
2024-11-25 14:39:15 +01:00
parent d783387ed3
commit ffc81cc950
4 changed files with 97 additions and 97 deletions

View File

@@ -9,7 +9,8 @@ describe('CommandPalette', () => {
label: 'Add new file',
suffix: 'Create a new file in the current directory or workspace.',
icon: 'i-lucide-file-plus',
kbds: ['meta', 'N']
kbds: ['meta', 'N'],
active: true
}, {
label: 'Add new folder',
suffix: 'Create a new folder in the current directory or workspace.',
@@ -54,8 +55,7 @@ describe('CommandPalette', () => {
label: 'benjamincanac',
avatar: {
src: 'https://github.com/benjamincanac.png'
},
active: true
}
}]
}]