Merge pull request #3699 from nocodb/fix/cy-stability-dropdown

test: cy-stability for dropdown
This commit is contained in:
Raju Udava
2022-09-19 13:55:52 +05:30
committed by GitHub
35 changed files with 149 additions and 50 deletions

View File

@@ -210,7 +210,12 @@ onMounted(() => {
</template>
</a-dropdown>
<a-select v-if="base?.uuid" v-model:value="base.role" class="flex nc-shared-base-role">
<a-select
v-if="base?.uuid"
v-model:value="base.role"
class="flex nc-shared-base-role"
dropdown-class-name="nc-dropdown-share-base-role"
>
<template #suffixIcon>
<div class="flex flex-row">
<IcRoundKeyboardArrowDown class="text-black -mt-0.5 h-[1rem]" />