IO-3512 Great Search Fix

Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
Allan Carr
2026-01-27 07:27:43 -08:00
parent ff57592c12
commit 35366eda22
8 changed files with 8 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ export default function OwnerFindModalContainer({
value={searchText}
onChange={(e) => setSearchText(e.target.value)}
onSearch={(val) => callSearchowners({ variables: { search: val.trim() } })}
enterButton
/>
<OwnerFindModalComponent
selectedOwner={selectedOwner}