Skip to content

Commit

Permalink
chore: remove left icon from date fields
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Nov 29, 2024
1 parent 4c6038a commit c0f568e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/Fields.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,13 @@
<DateTimePicker
v-else-if="field.type === 'Datetime'"
v-model="data[field.name]"
icon-left=""
:placeholder="getPlaceholder(field)"
input-class="border-none"
/>
<DatePicker
v-else-if="field.type === 'Date'"
icon-left=""
v-model="data[field.name]"
:placeholder="getPlaceholder(field)"
input-class="border-none"
Expand Down

0 comments on commit c0f568e

Please sign in to comment.