mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-27 16:59:37 +02:00
chore: Fix null values for adventure date and end date in AdventureModal and EditTransportation
This commit is contained in:
parent
a9f2ff63b7
commit
a7d84c0a60
2 changed files with 7 additions and 1 deletions
|
@ -164,7 +164,7 @@
|
|||
</div>
|
||||
<div class="mb-2">
|
||||
<label for="start_date"
|
||||
>{transportationToEdit.date ? 'Start' : ''}Date & Time <Calendar
|
||||
>{transportationToEdit.date ? 'Start ' : ''}Date & Time <Calendar
|
||||
class="inline-block mb-1 w-6 h-6"
|
||||
/></label
|
||||
><br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue