summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-10-21 15:34:43 +0200
committerGitHub <noreply@github.com>2022-10-21 15:34:43 +0200
commit1ba32df8269fbbf65466e26bb4bc862bd3a955ec (patch)
treef32d6282391ecaf2de68adcde5fb151be5ba8e58
parent530bed38df16d1d457af2809f3366aef5c4bc70b (diff)
parent30a26a444a0267a8c353516f433e7c277db0e9a4 (diff)
Merge pull request #3069 from nextcloud/backport/3068/stable5.0
[stable5.0] Fix create group actions icon
-rw-r--r--src/components/AppNavigation/RootNavigation.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/AppNavigation/RootNavigation.vue b/src/components/AppNavigation/RootNavigation.vue
index 62e9a1c3..65c0dc20 100644
--- a/src/components/AppNavigation/RootNavigation.vue
+++ b/src/components/AppNavigation/RootNavigation.vue
@@ -102,9 +102,11 @@
:force-menu="true"
:menu-open.sync="isNewGroupMenuOpen"
:title="t('contacts', 'Groups')"
- default-icon="icon-add"
@click.prevent.stop="toggleNewGroupMenu">
- <template slot="actions">
+ <template #actionsTriggerIcon>
+ <IconAdd :size="20" />
+ </template>
+ <template #actions>
<ActionText>
<template #icon>
<IconError v-if="createGroupError" :size="20" />