Compose: switch to regular snackbar.success
This commit is contained in:
parent
a4ad30e8aa
commit
0423a3a491
|
@ -155,7 +155,7 @@ export function handleComposeSubmit(dispatch, getState, data, status) {
|
|||
|
||||
dispatch(insertIntoTagHistory(data.tags || [], status));
|
||||
dispatch(submitComposeSuccess({ ...data }));
|
||||
dispatch(snackbar.show('post', messages.success));
|
||||
dispatch(snackbar.success(messages.success));
|
||||
}
|
||||
|
||||
const needsDescriptions = state => {
|
||||
|
|
Loading…
Reference in New Issue