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:
No files matched your search
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user