File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ Description:
2626
2727 </form >
2828 <div class =" icon-container" >
29- <!-- < Icons
29+ <Icons
3030 class =" icons"
3131 @getClickedIcon =" addToSelectedElementList"
3232 @activeElement =" addToComponentElementList"
3333 @activeHTML =" addNestedHTML"
3434 @activeLayer =" addNestedNoActive"
35- /> -->
35+ />
3636 </div >
3737 <!-- <ParentMultiselect v-if="activeComponent === ''"></ParentMultiselect> -->
3838 <br />
@@ -50,15 +50,15 @@ Description:
5050</template >
5151
5252<script >
53- // import Icons from '../Icons'
53+ import Icons from ' ../Icons'
5454// import ParentMultiselect from '../ParentMultiselect.vue'
5555import { mapState , mapActions } from ' vuex'
5656
5757
5858export default {
5959 name: ' HomeSidebar' ,
6060 components: {
61- // Icons,
61+ Icons
6262 // ParentMultiselect
6363 },
6464 computed: {
You can’t perform that action at this time.
0 commit comments