mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 03:32:15 +01:00
Add clearable DatePicker and report tests
This commit is contained in:
@@ -111,7 +111,7 @@ async function submit() {
|
||||
<FieldLabel for="public_until">Expires at</FieldLabel>
|
||||
<div class="text-text-tertiary font-medium">(optional)</div>
|
||||
</div>
|
||||
<DatePicker v-model="report.public_until"></DatePicker>
|
||||
<DatePicker v-model="report.public_until" clearable></DatePicker>
|
||||
</Field>
|
||||
</div>
|
||||
</Field>
|
||||
|
||||
Reference in New Issue
Block a user