Skip to content
Snippets Groups Projects
Verified Commit 70d1134f authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new default visibility for modal

parent 07b2eab9
No related branches found
No related tags found
1 merge request!9Version 0.4.0 🍾
Pipeline #1374 passed
...@@ -15,7 +15,7 @@ type ModalProps = { ...@@ -15,7 +15,7 @@ type ModalProps = {
export const Modal: FC<ModalProps> = ({ export const Modal: FC<ModalProps> = ({
title = "Alert", title = "Alert",
text = "Do you confirm the following operation?", text = "Do you confirm the following operation?",
visible = true, visible = false,
style = [] style = []
}) => { }) => {
const classes = () => const classes = () =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment