Merge branch 'tutorial-builder'
This commit is contained in:
@@ -244,7 +244,6 @@ export const resetTutorial = () => (dispatch, getState) => {
|
||||
|
||||
export const readJSON = (json) => (dispatch, getState) => {
|
||||
dispatch(resetTutorial());
|
||||
console.log(json.steps.map(() => {return {};}));
|
||||
dispatch({
|
||||
type: BUILDER_ERROR,
|
||||
payload: {
|
||||
|
||||
Reference in New Issue
Block a user