We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69b67e commit c8ef88aCopy full SHA for c8ef88a
src/store/actions.js
@@ -278,7 +278,6 @@ const actions = {
278
// Loading ///////////////////////////////////////////////////////
279
280
[types.openProject]: ({ commit, state }, payload) => {
281
- // open project imagePath, componentPath, routePath
282
payload.userProps.forEach((prop)=>{commit(types.CREATE_PROP, prop)})
283
payload.userActions.forEach((action)=>{commit(types.CREATE_ACTION, action)})
284
payload.userState.forEach((state)=>{commit(types.CREATE_STATE, state)})
0 commit comments