From b78aa74149bc006a2864af6af6e98a389767f3d8 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 15 May 2025 03:00:29 -0700 Subject: refactor(CommandPalette): Globally rename action type --- src/lib/CommandPalette/actions.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/CommandPalette/actions.ts') diff --git a/src/lib/CommandPalette/actions.ts b/src/lib/CommandPalette/actions.ts index a62ae529..acbc3629 100644 --- a/src/lib/CommandPalette/actions.ts +++ b/src/lib/CommandPalette/actions.ts @@ -4,6 +4,7 @@ export interface CommandPaletteAction { onClick?: () => void; preventDefault?: boolean; tags?: string[]; + actions?: CommandPaletteAction[]; } export const defaultActions: CommandPaletteAction[] = [ -- cgit v1.2.3