mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 00:30:27 +00:00
change to text area
This commit is contained in:
parent
8fd274c447
commit
52b419f5c0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
:autofocus="true"
|
||||
label="Item Name"
|
||||
/>
|
||||
<FormTextField v-model="form.description" label="Item Description" />
|
||||
<FormTextArea v-model="form.description" label="Item Description" />
|
||||
<FormMultiselect v-model="form.labels" label="Labels" :items="labels ?? []" />
|
||||
<div class="modal-action">
|
||||
<BaseButton ref="submitBtn" type="submit" :loading="loading">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue