mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-05 09:10:26 +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"
|
:autofocus="true"
|
||||||
label="Location Name"
|
label="Location Name"
|
||||||
/>
|
/>
|
||||||
<FormTextField v-model="form.description" label="Location Description" />
|
<FormTextArea v-model="form.description" label="Location Description" />
|
||||||
<div class="modal-action">
|
<div class="modal-action">
|
||||||
<BaseButton type="submit" :loading="loading"> Create </BaseButton>
|
<BaseButton type="submit" :loading="loading"> Create </BaseButton>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue