From aa6199f2b535d0475706f82f90496a3182777949 Mon Sep 17 00:00:00 2001 From: bniwredyc Date: Mon, 8 May 2023 20:26:42 +0200 Subject: [PATCH] publish hotfix --- src/context/editor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/context/editor.tsx b/src/context/editor.tsx index cdd56cac..dfae291f 100644 --- a/src/context/editor.tsx +++ b/src/context/editor.tsx @@ -139,6 +139,7 @@ export const EditorProvider = (props: { children: JSX.Element }) => { }, publish: true }) + openPage(router, 'feed') } catch (error) { console.error('[publishShout]', error) showSnackbar({ type: 'error', body: t('Error') })