fix(nc-gui): keep integration page filter dropdown placement bottomRight to fix dropdown movement issue on toggle any options

This commit is contained in:
Ramesh Mane
2025-07-31 10:08:55 +00:00
parent 36e4ac16b3
commit 4049ca90c4

View File

@@ -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" />