Skip to content

Commit

Permalink
fix: alert dialog force visible
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Jan 9, 2024
1 parent deebf09 commit 0c7861a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/bits/alert-dialog/ctx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export function setCtx(props: SetProps) {
const getAttrs = createBitAttrs(NAME, PARTS);
const initAlertDialog = createDialog({
...removeUndefined(props),
role: "alertdialog"
role: "alertdialog",
forceVisible: true
});
const alertDialog = {
...initAlertDialog,
Expand Down

0 comments on commit 0c7861a

Please sign in to comment.