diff --git a/.env.example b/.env.example index 884ee1fb..864bbbe6 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,5 @@ NUXT_MAIN_API_ORIGIN= NUXT_BPJS_API_ORIGIN= +NUXT_API_VCLAIM_SWAGGER= # https://vclaim-api.multy.chat NUXT_SYNC_API_ORIGIN= NUXT_API_ORIGIN= diff --git a/app/components/app/encounter/entry-form.vue b/app/components/app/encounter/entry-form.vue index 9950a3dd..a331dc63 100644 --- a/app/components/app/encounter/entry-form.vue +++ b/app/components/app/encounter/entry-form.vue @@ -348,7 +348,7 @@ defineExpose({ placeholder="Pilih Dokter" search-placeholder="Cari Dokter" empty-message="Dokter tidak ditemukan" - @update:model-value="(value) => emit('onSelectDoctor', value)" + @update:model-value="(value: any) => emit('onSelectDoctor', value)" /> @@ -576,7 +576,7 @@ defineExpose({