We currently have the code posted below handling the navigation from one form state to another. There has got to be a cleaner, more efficient way to do this. Feel free to think it through and give it a shot. If you have any questions, just comment below.
We currently have the code posted below handling the navigation from one form state to another. There has got to be a cleaner, more efficient way to do this. Feel free to think it through and give it a shot. If you have any questions, just comment below.
const [appointmentFormState, setAppointmentFormState] = useState<AppointmentFormState>(AppointmentFormState.DIAGNOSIS);