File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
apps/web/src/routes/_app/datahub Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- import React from 'react' ;
2- import { useEffect , useState } from 'react' ;
1+ import React , { useEffect , useState } from 'react' ;
2+
33import { toBasicISOString } from '@douglasneuroinformatics/libjs' ;
44import {
55 ActionDropdown ,
@@ -22,6 +22,7 @@ import { PageHeader } from '@/components/PageHeader';
2222import { subjectsQueryOptions , useSubjectsQuery } from '@/hooks/useSubjectsQuery' ;
2323import { useAppStore } from '@/store' ;
2424import { downloadExcel } from '@/utils/excel' ;
25+ import { UserSearchIcon } from 'lucide-react' ;
2526
2627type MasterDataTableProps = {
2728 data : Subject [ ] ;
@@ -186,10 +187,11 @@ const RouteComponent = () => {
186187 < Dialog open = { isLookupOpen } onOpenChange = { setIsLookupOpen } >
187188 < Dialog . Trigger >
188189 < Button
189- className = "[&>input]:text-foreground [&>input]:placeholder-foreground grow"
190+ className = "[&>input]:text-foreground [&>input]:placeholder-foreground grow gap-1 "
190191 data-testid = "datahub-subject-lookup-search"
191192 id = "subject-lookup-search-bar"
192193 >
194+ < UserSearchIcon /> { ' ' }
193195 { t ( {
194196 en : 'Subject Lookup' ,
195197 fr : 'Trouver un client'
You can’t perform that action at this time.
0 commit comments