Browse Source

Merge pull request #6579 from weseek/fix/104818-reload-private-legacy-with-path

fix: 104818 reload private legacy with path
Yuki Takei 3 years ago
parent
commit
a2396be9b6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/app/src/components/PrivateLegacyPages.tsx

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

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