diff --git a/resources/js/pages/patients/QuestionProgressBar.vue b/resources/js/pages/patients/QuestionProgressBar.vue index 9d78c9b..526176c 100644 --- a/resources/js/pages/patients/QuestionProgressBar.vue +++ b/resources/js/pages/patients/QuestionProgressBar.vue @@ -45,7 +45,7 @@ const finalValue = computed(() => { bgColor.value = 'warning' } if (operator[singleObject.type](singleObject, props.value) > 80 && operator[singleObject.type](singleObject, props.value) <= 100) { - bgColor.value = 'red' + bgColor.value = 'error' } return operator[singleObject.type](singleObject, props.value) diff --git a/resources/js/pages/patients/patientprofile.vue b/resources/js/pages/patients/patientprofile.vue deleted file mode 100644 index 61f71b5..0000000 --- a/resources/js/pages/patients/patientprofile.vue +++ /dev/null @@ -1,525 +0,0 @@ - - - - - diff --git a/typed-router.d.ts b/typed-router.d.ts index c636faa..d5af2c5 100644 --- a/typed-router.d.ts +++ b/typed-router.d.ts @@ -161,7 +161,6 @@ declare module 'vue-router/auto/routes' { 'patients-patient-profile': RouteRecordInfo<'patients-patient-profile', '/patients/patient-profile', Record, Record>, 'patients-patien-tab-overview': RouteRecordInfo<'patients-patien-tab-overview', '/patients/PatienTabOverview', Record, Record>, 'patients-patient-bio-panel': RouteRecordInfo<'patients-patient-bio-panel', '/patients/PatientBioPanel', Record, Record>, - 'patients-patient-profile': RouteRecordInfo<'patients-patient-profile', '/patients/PatientProfile', Record, Record>, 'patients-patient-question-profile': RouteRecordInfo<'patients-patient-question-profile', '/patients/PatientQuestionProfile', Record, Record>, 'patients-patients': RouteRecordInfo<'patients-patients', '/patients/patients', Record, Record>, 'patients-prescription-panel': RouteRecordInfo<'patients-prescription-panel', '/patients/PrescriptionPanel', Record, Record>,