Skip to content
Snippets Groups Projects
Commit b45b716e authored by Julian's avatar Julian
Browse files

Display action menu only when it has contents

parent 2fc23bc9
No related branches found
No related tags found
1 merge request!1123Resolve "Finalise Vuetify app as SPA"
......@@ -28,7 +28,7 @@
{{ $t("preferences.person.change_preferences") }}
</v-btn>
<v-menu>
<v-menu v-if="data.person.canImpersonatePerson || data.person.canInvitePerson || data.person.canDeletePerson">
<template #activator="{ on, attrs }">
<v-btn outlined text v-bind="attrs" v-on="on">
<v-icon center>mdi-dots-horizontal</v-icon>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment