Skip to content

Commit

Permalink
fix: file visibility path
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPJunior committed Sep 22, 2023
1 parent c2d7262 commit bedcec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Components/Bucket/Partials/File.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ watch(() => visibility.value, (value) => {
router.post(url, {
visibility: value ? 'public' : 'private',
path: props.file.name,
path: props.file.path,
}, {
preserveState: true,
preserveScroll: true,
Expand Down

0 comments on commit bedcec5

Please sign in to comment.