Explorar o código

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

fix: 104818 reload private legacy with path
Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
a2396be9b6
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

@@ -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) {