Unverified Commit 532cd27f authored by ksmirnov's avatar ksmirnov Committed by GitHub

Merge pull request #10 from AyaDigital/bugfix/DMVP-1055

DMVP-1055 - Bug. Error after close modal event
parents 88d32284 645b41c4
......@@ -126,7 +126,6 @@ const PatientAppointmentPage: React.FC<AppointmentProps> = ({
}
const handleCloseModal = () => {
getAppointmennt(appointmentId);
setIsEditWindowOpen(false);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment