Skip to content

Commit

Permalink
Reference more generic keys in blueprint icon selectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Nov 3, 2023
1 parent 11c68d2 commit 2402423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/blueprints/Section.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ export default {
},
iconDirectory() {
return this.$config.get('bard_set_icons_directory');
return this.$config.get('set_icons_directory');
},
iconFolder() {
return this.$config.get('bard_set_icons_folder') || 'plump';
return this.$config.get('set_icons_folder') || 'plump';
},
},
Expand Down
4 changes: 2 additions & 2 deletions resources/js/components/blueprints/Tab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ export default {
},
iconDirectory() {
return this.$config.get('bard_set_icons_directory');
return this.$config.get('set_icons_directory');
},
iconFolder() {
return this.$config.get('bard_set_icons_folder') || 'plump';
return this.$config.get('set_icons_folder') || 'plump';
},
},
Expand Down

0 comments on commit 2402423

Please sign in to comment.