Skip to content

Commit

Permalink
Backend handles this now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Nov 3, 2023
1 parent 2402423 commit 1f7485c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/components/blueprints/Section.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default {
},
iconFolder() {
return this.$config.get('set_icons_folder') || 'plump';
return this.$config.get('set_icons_folder');
},
},
Expand Down
2 changes: 1 addition & 1 deletion resources/js/components/blueprints/Tab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default {
},
iconFolder() {
return this.$config.get('set_icons_folder') || 'plump';
return this.$config.get('set_icons_folder');
},
},
Expand Down

0 comments on commit 1f7485c

Please sign in to comment.