[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-08-13 06:46:05 +00:00
committed by GitHub
parent f4499463fe
commit f3ec01ec77

View File

@@ -24,7 +24,9 @@ const Dialog = ({
};
return (
<DialogContext.Provider value={{ onOpenChange: handleOpenChange, open: open || isOpened }}>
<DialogContext.Provider
value={{ onOpenChange: handleOpenChange, open: open || isOpened }}
>
<DialogPrimitive.Root
open={open || isOpened}
onOpenChange={handleOpenChange}