chore(nc-gui): lint & remove unused imports

This commit is contained in:
wkw
2023-09-22 13:34:17 +08:00
parent d89fd75e74
commit c5b986d7ff
10 changed files with 45 additions and 44 deletions

View File

@@ -157,7 +157,8 @@ const canUserEditEmote = computed(() => {
<NcDropdown
v-if="
!isSharedBase && (isUIAllowed('tableRename', { roles: projectRole }) || isUIAllowed('tableDelete', { roles: projectRole }))
!isSharedBase &&
(isUIAllowed('tableRename', { roles: projectRole }) || isUIAllowed('tableDelete', { roles: projectRole }))
"
:trigger="['click']"
@click.stop