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:
Hayden 2023-01-29 13:20:18 -09:00 committed by GitHub
parent cbac17c059
commit 7b28973c60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

View file

@ -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"