Skip to content

Commit 0eb3f12

Browse files
committed
fix
1 parent c5c8cfb commit 0eb3f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/OpenWithDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function OpenWithDialog({
4646
if (onCloseProp) onCloseProp();
4747
else closeDialog();
4848
}, [closeDialog, onCloseProp]);
49-
49+
5050
useEffect(() => {
5151
if (!open) return undefined;
5252

0 commit comments

Comments
 (0)