Explorar o código

Merge pull request #6758 from weseek/fix/106699-fix-convert-by-path

fix: reload page tree after convrtting pages by path
Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
99bafa0ace
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/app/src/components/PrivateLegacyPages.tsx

+ 1 - 0
packages/app/src/components/PrivateLegacyPages.tsx

@@ -455,6 +455,7 @@ const PrivateLegacyPages = (): JSX.Element => {
             toastSuccess(t('private_legacy_pages.by_path_modal.success'));
             setOpenConvertModal(false);
             mutate();
+            advancePt();
           }
           catch (errs) {
             if (errs.length === 1) {