UNPKG

@wenn/onb

Version:

onb-core

10 lines (8 loc) 246 B
import { nextPage } from './loading.actions'; import { saveFlowError } from './run.actions'; export function saveFakeCamunda() { return dispatch => { dispatch(nextPage()); setTimeout(() => dispatch(saveFlowError(false)), 1000); }; }