Skip to content

Commit

Permalink
fix: formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
AbleKSaju committed Dec 10, 2024
1 parent 3d8d3d9 commit 8f47bb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Controls/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
'text-gray-500': !value,
}"
>
<span v-if="value" class="cursor-text w-full">{{ selectValue ? selectValue : value }}</span>
<span v-if="value" class="cursor-text w-full">{{
selectValue ? selectValue : value
}}</span>
<span v-else>{{ inputPlaceholder }}</span>
<svg
v-if="!isReadOnly"
Expand Down

0 comments on commit 8f47bb4

Please sign in to comment.