diff --git a/app/components/app/sep/entry-form.vue b/app/components/app/sep/entry-form.vue
index 76880554..04ed4a30 100644
--- a/app/components/app/sep/entry-form.vue
+++ b/app/components/app/sep/entry-form.vue
@@ -12,6 +12,10 @@ import { RadioGroup, RadioGroupItem } from '~/components/pub/ui/radio-group'
import { Textarea } from '~/components/pub/ui/textarea'
import DatepickerSingle from '~/components/pub/custom-ui/form/datepicker-single.vue'
+const emit = defineEmits<{
+ (e: "event", value: any): void
+}>()
+
const items = [
{ value: 'item-1', label: 'Item 1' },
{ value: 'item-2', label: 'Item 2' },
@@ -88,7 +92,7 @@ const onSubmit = handleSubmit((values) => {
Data Pasien
-
-
+
+