We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7515bdc + 597a590 commit 1eb37adCopy full SHA for 1eb37ad
1 file changed
src/app/editor/[id]/VersionPluginContainer.tsx
@@ -22,6 +22,7 @@ export function VersionPluginContainer() {
22
}
23
24
router.push(`/editor/${documentId}?versionId=${targetVersionId}`);
25
+ setIsPublishing(false);
26
};
27
28
const handleLoadVersion = (versionIdToLoad: number) => {
0 commit comments