mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 17:06:43 +00:00
fix(nc-gui): update dropdown menu height
This commit is contained in:
@@ -520,7 +520,7 @@ onKeyStroke('ArrowDown', onDown)
|
||||
<GeneralIcon icon="threeDotVertical" />
|
||||
</NcButton>
|
||||
<template #overlay>
|
||||
<NcMenu>
|
||||
<NcMenu variant="small">
|
||||
<NcMenuItem
|
||||
v-if="integration.type && integrationCategoryNeedDefault(integration.type) && !integration.is_default"
|
||||
@click="setDefaultIntegration(integration)"
|
||||
|
||||
Reference in New Issue
Block a user