This commit is contained in:
Sean Yesmunt 2019-11-14 11:30:29 -05:00
parent fb0a256169
commit 6b3e535100

View file

@ -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));