mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 00:06:42 +00:00
fix: hide unrelated option
This commit is contained in:
@@ -611,7 +611,7 @@ async function onRename() {
|
||||
</NcMenuItem>
|
||||
|
||||
<NcMenuItem
|
||||
v-if="isUIAllowed('tableRename', { roles: baseRole, source })"
|
||||
v-if="table?.synced && isUIAllowed('tableDelete', { roles: baseRole, source })"
|
||||
:data-testid="`sidebar-table-sync-${table.title}`"
|
||||
class="nc-table-sync"
|
||||
@click="onSyncOptions"
|
||||
|
||||
Reference in New Issue
Block a user