mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 06:49:37 +02:00
refactor: Update transportation form with hidden input for is_public field
This commit is contained in:
parent
2e2932a030
commit
61c3d23efa
2 changed files with 10 additions and 1 deletions
|
@ -89,6 +89,15 @@
|
|||
bind:value={transportationToEdit.id}
|
||||
class="input input-bordered w-full max-w-xs mt-1"
|
||||
/>
|
||||
<input
|
||||
type="text"
|
||||
id="is_public"
|
||||
name="is_public"
|
||||
hidden
|
||||
readonly
|
||||
bind:value={transportationToEdit.is_public}
|
||||
class="input input-bordered w-full max-w-xs mt-1"
|
||||
/>
|
||||
<div class="mb-2">
|
||||
<label for="type">Type <Calendar class="inline-block mb-1 w-6 h-6" /></label><br />
|
||||
<select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue