mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user