diff options
Diffstat (limited to 'frontend/src/components/inputs/Action.tsx')
-rw-r--r-- | frontend/src/components/inputs/Action.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/inputs/Action.tsx b/frontend/src/components/inputs/Action.tsx index 0bcdeea01..d85239404 100644 --- a/frontend/src/components/inputs/Action.tsx +++ b/frontend/src/components/inputs/Action.tsx @@ -11,7 +11,7 @@ import { } from "@mantine/core"; import { forwardRef } from "react"; -export type ActionProps = ActionIconProps<"button"> & { +export type ActionProps = MantineComp<ActionIconProps, "button"> & { icon: IconDefinition; label: string; tooltip?: Omit<TooltipProps, "label" | "children">; |