From be07280dcd39cbfa3141711be3754e5c3c7ee834 Mon Sep 17 00:00:00 2001 From: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:43:49 +0200 Subject: [PATCH] fix(tags): add accessible title to tag modal NcModal requires a name or labelId for accessibility; without it Vue warns and screen readers get no dialog label. Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com> --- src/components/TagModal.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/TagModal.vue b/src/components/TagModal.vue index acd7f13eec..65449beab9 100644 --- a/src/components/TagModal.vue +++ b/src/components/TagModal.vue @@ -10,9 +10,13 @@ :envelopes="envelopes" :account-id="envelopes[0].accountId" @close="closeDeleteModal" /> - +