mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-03 08:10:28 +00:00
use text area for description
This commit is contained in:
parent
a85e780ea2
commit
5a5326990c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
:autofocus="true"
|
||||
label="Location Name"
|
||||
/>
|
||||
<FormTextField v-model="form.description" label="Location Description" />
|
||||
<FormTextArea v-model="form.description" label="Location Description" />
|
||||
<div class="modal-action">
|
||||
<BaseButton type="submit" :loading="loading"> Create </BaseButton>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue