diff --git a/src/components/Controls/Select.vue b/src/components/Controls/Select.vue index cc466b93..372217bc 100644 --- a/src/components/Controls/Select.vue +++ b/src/components/Controls/Select.vue @@ -28,7 +28,9 @@ 'text-gray-500': !value, }" > - {{ selectValue ? selectValue : value }} + {{ + selectValue ? selectValue : value + }} {{ inputPlaceholder }}