mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
fix: stale envelope editor query (#2633)
This commit is contained in:
parent
dd1b6d7dfe
commit
b2d395e00b
2 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ export default function EnvelopeEditorPage({ params }: Route.ComponentProps) {
|
|||
},
|
||||
{
|
||||
retry: false,
|
||||
gcTime: 0,
|
||||
...DO_NOT_INVALIDATE_QUERY_ON_MUTATION,
|
||||
},
|
||||
);
|
||||
|
|
|
|||
|
|
@ -357,6 +357,7 @@ export const EnvelopeEditorProvider = ({
|
|||
},
|
||||
{
|
||||
enabled: !isEmbedded,
|
||||
gcTime: 0,
|
||||
...DO_NOT_INVALIDATE_QUERY_ON_MUTATION,
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue