Add visible share label

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Christopher Ng 2023-01-12 18:59:02 +00:00
parent 1ee7bc3250
commit 29ca007380
3 changed files with 5 additions and 7 deletions

View file

@ -139,14 +139,12 @@
}"
:class="{ error: errors.label }"
:disabled="saving"
:aria-label="t('files_sharing', 'Share label')"
:label="t('files_sharing', 'Share label')"
:value="share.newLabel !== undefined ? share.newLabel : share.label"
icon="icon-edit"
maxlength="255"
@update:value="onLabelChange"
@submit="onLabelSubmit">
{{ t('files_sharing', 'Share label') }}
</NcActionInput>
@submit="onLabelSubmit" />
<SharePermissionsEditor :can-reshare="canReshare"
:share.sync="share"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long