mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 08:40:28 +00:00
support new location selector in create item
This commit is contained in:
parent
5f2000cd25
commit
a5d4a6248c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<BaseModal v-model="modal">
|
<BaseModal v-model="modal">
|
||||||
<template #title> Create Item </template>
|
<template #title> Create Item </template>
|
||||||
<form @submit.prevent="create(true)">
|
<form @submit.prevent="create(true)">
|
||||||
<FormSelect v-model="form.location" label="Location" :items="locations ?? []" />
|
<LocationSelector v-model="form.location" />
|
||||||
<FormTextField
|
<FormTextField
|
||||||
ref="locationNameRef"
|
ref="locationNameRef"
|
||||||
v-model="form.name"
|
v-model="form.name"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue