diff --git a/apps/frontend/src/utils/createActionButton.tsx b/apps/frontend/src/utils/createActionButton.tsx index ae8f2a6..d2b089a 100644 --- a/apps/frontend/src/utils/createActionButton.tsx +++ b/apps/frontend/src/utils/createActionButton.tsx @@ -9,7 +9,7 @@ import React from "react"; interface Action { label: string; - action?: () => void | string; + action?: (() => void) | string; variant?: ActionIconVariant; permission?: boolean; icon: React.ReactNode;