fix(AppointmentFormModal): Исправлена функция поиска приема
This commit is contained in:
parent
a416b6cc95
commit
a1fa7bdac7
@ -354,7 +354,7 @@ const AppointmentFormModal = () => {
|
||||
<Input
|
||||
placeholder="Поиск по результатам приема"
|
||||
value={appointmentFormModalUI.searchPreviousAppointments}
|
||||
onChange={appointmentFormModalUI.handleSetSearchPatientString}
|
||||
onChange={appointmentFormModalUI.handleSetSearchPreviousAppointments}
|
||||
style={{marginBottom: 16}}
|
||||
allowClear
|
||||
/>
|
||||
|
||||
@ -371,6 +371,7 @@ const useAppointmentFormModalUI = (createAppointment, patients, cancelAppointmen
|
||||
handleSetSearchPatientString,
|
||||
filteredPatients,
|
||||
filteredPreviousAppointments,
|
||||
searchPreviousAppointments,
|
||||
handleSetSearchPreviousAppointments,
|
||||
handleOk,
|
||||
handleCancel,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user