Skip to content

Commit

Permalink
feat(Modal): make data-testid optional (#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioragutt authored Mar 18, 2024
1 parent 4431bef commit 590c7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface ModalProps {
* Id of the modal, used internally and for accessibility
*/
id?: string;
"data-testid": string;
"data-testid"?: string;
/**
* Show/hide the Dialog
*/
Expand Down

0 comments on commit 590c7ce

Please sign in to comment.