We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf2177 commit b9a8ca9Copy full SHA for b9a8ca9
apps/app/src/client/services/side-effects/page-updated.ts
@@ -45,7 +45,7 @@ export const usePageUpdatedEffect = (): void => {
45
46
// !!CAUTION!! Timing of calling openPageStatusAlert may clash with components/PageEditor/conflict.tsx
47
if (isRevisionOutdated && editorMode === EditorMode.View) {
48
- openPageStatusAlert({ hideEditorMode: EditorMode.Editor, onRefleshPage: fetchCurrentPage });
+ openPageStatusAlert({ hideEditorMode: EditorMode.Editor, onRefleshPage: () => fetchCurrentPage({ force: true }) });
49
}
50
51
// Clear cache
0 commit comments