mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 05:37:08 +00:00
feat: add search to base integrations, filter active connections by search, update subtitles
This commit is contained in:
@@ -348,7 +348,7 @@ const customRow = (record: Record<string, any>) => ({
|
||||
<a-input
|
||||
v-model:value="searchQuery"
|
||||
type="text"
|
||||
class="nc-search-integration-input nc-input-sm flex-1"
|
||||
class="nc-search-integration-input !rounded-lg !py-2 !h-9 flex-1"
|
||||
:placeholder="`${$t('general.search')} ${$t('general.connections').toLowerCase()}`"
|
||||
allow-clear
|
||||
@input="handleSearchConnection"
|
||||
|
||||
Reference in New Issue
Block a user