Skip to content

Commit

Permalink
feat(Modal): make data-testid optional
Browse files Browse the repository at this point in the history
  • Loading branch information
gioragutt committed Mar 18, 2024
1 parent fe83d89 commit 68069c9
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 68069c9

Please sign in to comment.