fix typo
This commit is contained in:
parent
fb0a256169
commit
6b3e535100
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export const doPublishDesktop = (filePath: string) => (dispatch: Dispatch, getSt
|
||||||
// on the publishes page. This doesn't exist on desktop so wait until we get a response
|
// on the publishes page. This doesn't exist on desktop so wait until we get a response
|
||||||
// from the SDK
|
// from the SDK
|
||||||
// @if TARGET='web'
|
// @if TARGET='web'
|
||||||
actions.push(push(`/$/${PAGES.PUBLISHED}`));
|
dispatch(push(`/$/${PAGES.PUBLISHED}`));
|
||||||
// @endif
|
// @endif
|
||||||
|
|
||||||
dispatch(doPublish(publishSuccess, publishFail));
|
dispatch(doPublish(publishSuccess, publishFail));
|
||||||
|
|
Loading…
Reference in a new issue