Skip to content

Commit

Permalink
Remove unnecessary / on the load function (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
milewski committed Nov 1, 2023
1 parent 8e41b8d commit 1afe689
Show file tree
Hide file tree
Showing 4 changed files with 461 additions and 429 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.3.4",
"@vue/compiler-sfc": "^3.3.7",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.11",
"filepond-plugin-media-preview": "^1.0.11",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.29",
"sass": "^1.67.0",
"postcss": "^8.4.31",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"vue-filepond": "^7.0.4",
"vue-loader": "^17.2.2"
"vue-loader": "^17.3.1"
}
}
2 changes: 1 addition & 1 deletion resources/js/components/FilePondWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
serverOptions: {
url: '/nova-vendor/nova-filepond',
revert: '/revert',
load: `/load/?serverId=`,
load: `/load?serverId=`,
process: {
url: '/process',
ondata: formData => {
Expand Down
Loading

0 comments on commit 1afe689

Please sign in to comment.