diff --git a/app/components/app/consultation/entry.vue b/app/components/app/consultation/entry.vue index a8378b0c..bff12bfb 100644 --- a/app/components/app/consultation/entry.vue +++ b/app/components/app/consultation/entry.vue @@ -95,7 +95,7 @@ function onCancelForm() { id="strUnit_id" v-model.number="unit_id" icon-name="i-lucide-chevron-down" - placeholder="Pilih kelompok obat" + placeholder="Pilih poliklinik tujuan" v-bind="unitAttrs" :items="props.units || []" :disabled="isLoading || isReadonly"