mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 18:52:14 +01:00
fix e2e tests timing issues with cut off time entries at the start of
the day
This commit is contained in:
@@ -79,9 +79,7 @@ function handleClear(event: Event) {
|
||||
:tabindex="tabindex"
|
||||
:class="['w-full px-2 gap-1.5', props.class]">
|
||||
<CalendarIcon class="!size-3 text-muted-foreground" />
|
||||
<span :class="{ 'flex-1': clearable }">{{
|
||||
displayDate || 'Pick a date'
|
||||
}}</span>
|
||||
<span :class="{ 'flex-1': clearable }">{{ displayDate || 'Pick a date' }}</span>
|
||||
<span
|
||||
v-if="clearable && model"
|
||||
role="button"
|
||||
|
||||
Reference in New Issue
Block a user