Skip to content

Commit

Permalink
Remove require of vue-toasted
Browse files Browse the repository at this point in the history
  • Loading branch information
sietse85 committed Jun 5, 2022
1 parent bc168f8 commit 02ab5df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion resources/js/components/NovaButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import {queue} from '../queue.js';
export default {
props: ['resource', 'resourceName', 'resourceId', 'field', 'ajaxClasses', 'disabled'],
data: () => ({
toasted: require('vue-toasted').default,
buttonWidth: null,
loading: false,
success: false,
Expand Down

0 comments on commit 02ab5df

Please sign in to comment.