mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
fix: dialogs with search params
This commit is contained in:
@ -67,7 +67,7 @@ export const DocumentRecipientLinkCopyDialog = ({
|
||||
setOpen(true);
|
||||
updateSearchParams({ action: null });
|
||||
}
|
||||
}, [actionSearchParam, open, setOpen, updateSearchParams]);
|
||||
}, [actionSearchParam, open]);
|
||||
|
||||
return (
|
||||
<Dialog open={open} onOpenChange={(value) => setOpen(value)}>
|
||||
|
||||
Reference in New Issue
Block a user