The ideal situation could be using the ConversationFileUpload component once inside the ConversationSession, but as the stack of components is different from the patient to the doctor, I repeated the component in two different places, it can be moved to ConversationSession but the vuex must be used in this situation to open the dialog "remotely".
The ideal situation could be using the ConversationFileUpload component once inside the ConversationSession, but as the stack of components is different from the patient to the doctor, I repeated the component in two different places, it can be moved to ConversationSession but the vuex must be used in this situation to open the dialog "remotely".
patients: _ticket.vue |ConversationFileUpload.vue |ConversationSession.vue
doctor: _ticket.vue |__DoctorPatientStatusModal.vue
This because the doctor has tabs.