Only allow removing existing shares that would not be allowed due to reshare restrictions

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/27552/head
Julius Härtl 3 years ago
parent e298e7482d
commit 355352d910
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -125,7 +125,7 @@
:open.sync="open"
@close="onMenuClose">
<template v-if="share">
<template v-if="share.canEdit">
<template v-if="share.canEdit && canReshare">
<!-- Custom Label -->
<ActionInput
ref="label"

Loading…
Cancel
Save