Skip to content

Commit

Permalink
nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Nov 15, 2024
1 parent fbde34f commit 7f59960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/fieldtypes/Fieldtype.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<script>
import HasActions from '../field-actions/HasFieldActions';
import HasFieldActions from '../field-actions/HasFieldActions';
export default {
mixins: [
HasActions,
HasFieldActions,
],
props: {
Expand Down

0 comments on commit 7f59960

Please sign in to comment.