Skip to content

Commit 32a9647

Browse files
committed
Disable toast popovers for successful share save/update actions
1 parent a809c82 commit 32a9647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixins/SharesMixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export default {
298298

299299
// clear any previous errors
300300
this.$delete(this.errors, propertyNames[0])
301-
showSuccess(t('files_sharing', 'Share {propertyName} saved', { propertyName: propertyNames[0] }))
301+
// showSuccess(t('files_sharing', 'Share {propertyName} saved', { propertyName: propertyNames[0] }))
302302
} catch ({ message }) {
303303
if (message && message !== '') {
304304
this.onSyncError(propertyNames[0], message)

0 commit comments

Comments
 (0)