We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0604b26 commit a447fa1Copy full SHA for a447fa1
frontend/src/components/common/ActionButton/ActionButton.tsx
@@ -26,7 +26,7 @@ export type ButtonStyle = 'action' | 'menu';
26
27
export interface ActionButtonProps {
28
/** A short description of the action. */
29
- description: string;
+ description: string | React.ReactNode;
30
/** Either a string icon, or imported icon. */
31
icon: string | IconifyIcon;
32
/** The action when it's activated. */
0 commit comments