nextcloud/apps/files_sharing/src/components
Daniel Calviño Sánchez b078f28029 Fix clearing the label of a share
When the label is being edited its value is stored in "newLabel", and
the original label is shown only if "newLabel" is not set. However, as
it was checked against any falsy value instead of only undefined when
the label was cleared and thus it has an empty value the original label
was shown instead.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-01-08 17:30:17 +00:00
..
PersonalSettings.vue Changing the translation catalog for "Share" 2020-04-12 02:20:14 +00:00
SharingEntry.vue Show unique displayname context in the user share list entries 2021-01-05 10:05:52 +01:00
SharingEntryInherited.vue Allow to navigate to others with access from the sidebar 2020-04-29 17:53:35 +00:00
SharingEntryInternal.vue Migrate to @nextcloud/vue 1.x.x 2020-01-22 17:33:49 +01:00
SharingEntryLink.vue Fix clearing the label of a share 2021-01-08 17:30:17 +00:00
SharingEntrySimple.vue Show unique displayname context in the user share list entries 2021-01-05 10:05:52 +01:00
SharingInput.vue Show unique displayname context in the sharing input 2021-01-05 10:05:52 +01:00