mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 17:56:54 +00:00
fix: hide treeview menu option if it's empty
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -235,7 +235,13 @@
|
||||
<div class="action d-flex" @click.stop>
|
||||
<v-menu>
|
||||
<template #activator="{ on }">
|
||||
<v-icon small v-on="on">
|
||||
<v-icon
|
||||
v-if="
|
||||
_isUIAllowed('treeview-rename-button')||_isUIAllowed('ui-acl')
|
||||
"
|
||||
small
|
||||
v-on="on"
|
||||
>
|
||||
mdi-dots-vertical
|
||||
</v-icon>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user