diff --git a/web/packages/design/src/Alert/Alert.tsx b/web/packages/design/src/Alert/Alert.tsx index ec4878c29c730..6f858964dfec7 100644 --- a/web/packages/design/src/Alert/Alert.tsx +++ b/web/packages/design/src/Alert/Alert.tsx @@ -369,14 +369,14 @@ const ActionButtons = ({ }; /** Renders either a regular or a link button, depending on the action. */ -const ActionButton = ({ +export const ActionButton = ({ action: { href, content, onClick }, fill, intent, }: { action: Action; - fill: ButtonFill; - intent: ButtonIntent; + fill?: ButtonFill; + intent?: ButtonIntent; }) => href ? (