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 a4d440e1f0e54719db403cfd4a01770c2967ad2a
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 @@ -1179,6 +1179,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