publish hotfix

This commit is contained in:
bniwredyc 2023-05-08 20:26:42 +02:00
parent b14eb97307
commit aa6199f2b5

View File

@ -139,6 +139,7 @@ export const EditorProvider = (props: { children: JSX.Element }) => {
}, },
publish: true publish: true
}) })
openPage(router, 'feed')
} catch (error) { } catch (error) {
console.error('[publishShout]', error) console.error('[publishShout]', error)
showSnackbar({ type: 'error', body: t('Error') }) showSnackbar({ type: 'error', body: t('Error') })