fix tests, add test for offer update

This commit is contained in:
2024-08-18 13:48:07 -06:00
parent f38edff942
commit 4f97010f99
6 changed files with 45 additions and 12 deletions

View File

@@ -91,11 +91,13 @@
<div class="flex mb-4 columns-3 w-full">
<input
v-model="startDateInput"
placeholder="Start Date"
type="date"
class="col-span-1 w-full rounded border border-slate-400 px-3 py-2"
/>
<input
:disabled="!startDateInput"
placeholder="Start Time"
v-model="startTimeInput"
type="time"
class="col-span-1 w-full rounded border border-slate-400 ml-2 px-3 py-2"