Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(files_sharing): correctly handle error in case of failing share c…
…reation

Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Oct 14, 2025
commit 1435b48038eba2dd18e800fdd2a9e9e58b79bf4b
1 change: 1 addition & 0 deletions apps/files_sharing/src/views/SharingDetailsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,7 @@ export default {
return resultingShare
} catch (error) {
logger.error('Error while adding new share', { error })
throw error
} finally {
// this.loading = false // No loader here yet
}
Expand Down
Loading