refactor(patient): rename entry component to add and clean up form error props

Remove FormErrors type imports and error props from all form components
Move content from entry.vue to add.vue with updated title styling
This commit is contained in:
Khafid Prayoga
2025-11-24 12:03:53 +07:00
parent 5c60e4e570
commit cd57dc6243
9 changed files with 320 additions and 365 deletions

No files matched your search

+1 -1
View File
@@ -34,7 +34,7 @@ const callbackUrl = route.query['return-path'] as string | undefined
<template>
<div>
<div v-if="canRead">
<ContentPatientEntry :callback-url="callbackUrl" />
<ContentPatientAdd :callback-url="callbackUrl" />
</div>
<Error
v-else