We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9568349 commit d50be8dCopy full SHA for d50be8d
1 file changed
src/lib/components/modal/WindowUnfocusedModal.tsx
@@ -9,7 +9,7 @@ type WindowUnfocusedModalProps = {
9
10
export function WindowUnfocusedModal({ open, onAcknowledge }: WindowUnfocusedModalProps) {
11
return (
12
- <Dialog open={open} onOpenChange={() => { }}>
+ <Dialog open={open} onOpenChange={() => {}}>
13
<DialogContent
14
className="h-[184px] w-[361px] gap-4"
15
backgroundClassName="bg-white/25 backdrop-blur-md"
0 commit comments