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

@@ -89,7 +89,7 @@ export function PrintCenterJobsComponent({ printCenterModal, bodyshop }) {
<Space wrap>
<PrintCenterJobsLabels jobId={jobId} />
<Jobd3RdPartyModal jobId={jobId} job={job} />
<Input.Search onChange={(e) => setSearch(e.target.value)} value={search} />
<Input.Search onChange={(e) => setSearch(e.target.value)} value={search} enterButton />
</Space>
}
>