diff --git a/examples/web/react/components/modal/modal.tsx b/examples/web/react/components/modal/modal.tsx index 4fb50b9a4e0a27d7e6d3c11f1cb40de23b51cd83..4b601b58e2a06765c7f681cbf3573bff0a955454 100644 --- a/examples/web/react/components/modal/modal.tsx +++ b/examples/web/react/components/modal/modal.tsx @@ -15,7 +15,7 @@ type ModalProps = { export const Modal: FC<ModalProps> = ({ title = "Alert", text = "Do you confirm the following operation?", - visible = true, + visible = false, style = [] }) => { const classes = () =>