Redirect on success for standalone compose (#35763)
This commit is contained in:
parent
5f4116a311
commit
1675eab561
5 changed files with 14 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ import ModalContainer from 'mastodon/features/ui/containers/modal_container';
|
|||
|
||||
const Compose = () => (
|
||||
<>
|
||||
<ComposeFormContainer autoFocus withoutNavigation />
|
||||
<ComposeFormContainer autoFocus withoutNavigation redirectOnSuccess />
|
||||
<AlertsController />
|
||||
<ModalContainer />
|
||||
<LoadingBarContainer className='loading-bar' />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue