Skip to content

Commit

Permalink
Fix usage when not in a publish container
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Jan 29, 2025
1 parent 9e74bf8 commit 75c31da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/js/components/fieldtypes/SlugFieldtype.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ export default {
mixins: [Fieldtype],
inject: ['storeName'],
inject: {
storeName: {default: null},
},
data() {
return {
Expand Down

0 comments on commit 75c31da

Please sign in to comment.