Loading client/src/components/History/useHistoryCardActions.ts +2 −1 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ export function useHistoryCardActions( historyCardExtraActions: CardAction[]; historyCardSecondaryActions: CardAction[]; historyCardPrimaryActions: ComputedRef<CardAction[]>; onDeleteHistory: (purge?: boolean) => Promise<void>; } { const { confirm } = useConfirmDialog(); Loading Loading @@ -296,5 +297,5 @@ export function useHistoryCardActions( ]; }); return { historyCardExtraActions, historyCardSecondaryActions, historyCardPrimaryActions }; return { historyCardExtraActions, historyCardSecondaryActions, historyCardPrimaryActions, onDeleteHistory }; } Loading
client/src/components/History/useHistoryCardActions.ts +2 −1 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ export function useHistoryCardActions( historyCardExtraActions: CardAction[]; historyCardSecondaryActions: CardAction[]; historyCardPrimaryActions: ComputedRef<CardAction[]>; onDeleteHistory: (purge?: boolean) => Promise<void>; } { const { confirm } = useConfirmDialog(); Loading Loading @@ -296,5 +297,5 @@ export function useHistoryCardActions( ]; }); return { historyCardExtraActions, historyCardSecondaryActions, historyCardPrimaryActions }; return { historyCardExtraActions, historyCardSecondaryActions, historyCardPrimaryActions, onDeleteHistory }; }