forked from mirrors/homebox
fix: tree fixes (#252)
* use case insensitive sort * support new location selector in create item * fix incorrect date-time parsing logic
This commit is contained in:
parent
cbac17c059
commit
7b28973c60
3 changed files with 3 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
<BaseModal v-model="modal">
|
||||
<template #title> Create Item </template>
|
||||
<form @submit.prevent="create(true)">
|
||||
<FormSelect v-model="form.location" label="Location" :items="locations ?? []" />
|
||||
<LocationSelector v-model="form.location" />
|
||||
<FormTextField
|
||||
ref="locationNameRef"
|
||||
v-model="form.name"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue