Skip to content

Commit bacda84

Browse files
Updated placeholder messages for Dashboard, and ran lint script
Co-authored by: Sean Grace [email protected]
1 parent 2aaa63d commit bacda84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/mutations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ const mutations = {
337337
let newCompMap = state.componentMap
338338
newCompMap[componentName].htmlList = htmlList
339339
state.componentMap = Object.assign({}, newCompMap)
340-
//state.componentMap[componentName].htmlList = htmlList
340+
// state.componentMap[componentName].htmlList = htmlList
341341
},
342342

343343
// deletes a element html tag from HTMLQueue

0 commit comments

Comments
 (0)