Skip to content

Commit 8659002

Browse files
authored
Merge pull request #55655 from nextcloud/fix/noid/throw-failed-share
2 parents ae0aa17 + 9e5111f commit 8659002

File tree

10 files changed

+8
-7
lines changed

10 files changed

+8
-7
lines changed

apps/files_sharing/src/views/SharingDetailsTab.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,6 +1179,7 @@ export default {
11791179
return resultingShare
11801180
} catch (error) {
11811181
logger.error('Error while adding new share', { error })
1182+
throw error
11821183
} finally {
11831184
// this.loading = false // No loader here yet
11841185
}

dist/1960-1960.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/1960-1960.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/1960-1960.js.map.license

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1960-1960.js.license

dist/7416-7416.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/7416-7416.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/7416-7416.js.map.license

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/files_sharing-files_sharing_tab.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-files_sharing_tab.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)