Skip to content

Commit

Permalink
docs: fix Alert Dialog closeOnOutsideClick default
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasmaltese authored Jan 23, 2024
1 parent 84930ba commit 46b307c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/api-reference/alert-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const root: APISchema<AlertDialog.Props> = {
},
closeOnOutsideClick: {
type: C.BOOLEAN,
default: C.TRUE,
default: C.FALSE,
description: "Whether to close the alert dialog when a click occurs outside of it."
},
open: {
Expand Down

0 comments on commit 46b307c

Please sign in to comment.