Skip to content

Commit

Permalink
fix(Dialog): add deprecated prop to keep backwards compatibility (#1005)
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Ladaria <pedro.jose.ladaria.linden@telefonica.com>
  • Loading branch information
pladaria and Pedro Ladaria authored Jan 23, 2024
1 parent 44afa30 commit 49851f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ interface BaseDialogProps {
acceptText?: string;
onAccept?: () => void;
destructive?: boolean;
/** @deprecated this does nothing */
forceWeb?: boolean;
}

export type AlertProps = BaseDialogProps;
Expand Down

1 comment on commit 49851f7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for mistica-web ready!

✅ Preview
https://mistica-17t3fbpsw-tuentisre.vercel.app

Built with commit 49851f7.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.