mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 12:46:36 +00:00
chore(CY): add class name for modal & menu
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -195,7 +195,7 @@ onMounted(() => {
|
||||
<!-- Generate publicly shareable readonly base -->
|
||||
<div class="flex text-xs text-gray-500 mt-2 justify-start ml-2">{{ $t('msg.info.generatePublicShareableReadonlyBase') }}</div>
|
||||
<div class="mt-4 flex flex-row justify-between mx-1">
|
||||
<a-dropdown v-model="showEditBaseDropdown" class="flex">
|
||||
<a-dropdown v-model="showEditBaseDropdown" class="flex" overlay-class-name="nc-dropdown-shared-base-toggle">
|
||||
<a-button>
|
||||
<div class="flex flex-row items-center space-x-2 nc-disable-shared-base">
|
||||
<div v-if="base?.uuid">{{ $t('activity.shareBase.enable') }}</div>
|
||||
|
||||
Reference in New Issue
Block a user