this should be call uncontrolled modal

This commit is contained in:
itsMapleLeaf
2022-01-16 18:18:44 -06:00
parent ff39ef753f
commit 5ba12af699
2 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ export function Modal({
)
}
export function ControlledModal({
export function UncontrolledModal({
children,
button,
}: {