mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 02:06:57 +00:00
fix(nc-gui): keep integration page filter dropdown placement bottomRight to fix dropdown movement issue on toggle any options
This commit is contained in:
@@ -311,7 +311,7 @@ watch(activeViewTab, (value) => {
|
||||
<GeneralIcon icon="search" class="mr-2 h-4 w-4 text-gray-500" />
|
||||
</template>
|
||||
</a-input>
|
||||
<NcDropdown v-if="easterEggToggle && showFilter" v-model:visible="isOpenFilter">
|
||||
<NcDropdown v-if="easterEggToggle && showFilter" v-model:visible="isOpenFilter" placement="bottomRight">
|
||||
<NcButton size="small" type="secondary">
|
||||
<div class="flex items-center gap-2">
|
||||
<GeneralIcon icon="filter" />
|
||||
|
||||
Reference in New Issue
Block a user