mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
filter model test
This commit is contained in:
@@ -214,6 +214,7 @@
|
||||
onFocusFilteredList={() => {
|
||||
domListHandler?.focusFirst();
|
||||
}}
|
||||
data-testid="SqlObjectList_search"
|
||||
/>
|
||||
<CloseSearchButton bind:filter />
|
||||
<DropDownButton
|
||||
@@ -221,6 +222,7 @@
|
||||
menu={createSearchMenu}
|
||||
square={!!filter}
|
||||
narrow={false}
|
||||
data-testid="SqlObjectList_searchMenuDropDown"
|
||||
/>
|
||||
{#if !filter}
|
||||
<DropDownButton icon="icon plus-thick" menu={createAddMenu} />
|
||||
|
||||
Reference in New Issue
Block a user