Skip to content

Commit

Permalink
chore(DateField): lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
epr3 committed Jul 16, 2024
1 parent 9a483f8 commit 6e8772c
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import { Label } from '@/Label'
<Label
class="text-sm text-gray9"
for="date-field"
>Appointment (unavailable on 19th)</Label>
>
Appointment (unavailable on 19th)
</Label>
<DateFieldRoot
id="date-field"
v-slot="{ segments, isInvalid }"
Expand Down Expand Up @@ -40,7 +42,9 @@ import { Label } from '@/Label'
<span
v-if="isInvalid"
class="text-red-500"
>Invalidddd</span>
>
Invalid
</span>
</DateFieldRoot>
</div>
</Variant>
Expand Down

0 comments on commit 6e8772c

Please sign in to comment.