From 27ab7c2e8338127128d97a964589efc62e9f03f4 Mon Sep 17 00:00:00 2001 From: Munawwirul Jamal <57973347+munaja@users.noreply.github.com> Date: Tue, 21 Oct 2025 00:03:22 +0700 Subject: [PATCH] Feat/consultation 82 (#126) --- app/components/app/consultation/entry.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"