Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2022-01-04 14:12:27 +0300
committerAnna Larch <anna@nextcloud.com>2022-01-04 14:12:27 +0300
commita88c8ce6108bbd85ef8694165cf74accc8fd03a5 (patch)
tree9c05b975c3c193798a07334f3b76ef05825b7a31 /src
parent1e67bb8186377a93729e5d936955ae015295fe33 (diff)
Make default labels editable
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/TagModal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TagModal.vue b/src/components/TagModal.vue
index 9ef3c2735..172cf60ba 100644
--- a/src/components/TagModal.vue
+++ b/src/components/TagModal.vue
@@ -33,7 +33,7 @@
}">
{{ tag.displayName }}
</button>
- <Actions v-if="!tag.isDefaultTag" :force-menu="true">
+ <Actions :force-menu="true">
<ActionButton v-if="renameTagLabel"
icon="icon-rename"
@click="openEditTag">