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 acf96c7 commit 066f61dCopy full SHA for 066f61d
src/store/actions.js
@@ -50,7 +50,7 @@ const actions = {
50
//
51
[types.registerComponent]: ({ state, commit }, payload) => {
52
/* this action has a lot of mutations deployed
53
- Because we have to initialize a whole bunch of properties
+ Because we have to initialize a whole bunch of propertiess
54
which are determined by the choices made on the left hand panel
55
*/
56
const { componentName } = payload;
0 commit comments