ui: fix fields with invalid type

This commit is contained in:
Matthew Penner 2021-09-15 11:41:02 -06:00
parent 6df2368264
commit 656ac62ad2
No known key found for this signature in database
GPG key ID: 030E4AB751DC756F
6 changed files with 10 additions and 10 deletions

View file

@ -67,7 +67,7 @@ export default () => {
<Form css={tw`m-0`}>
<Field
type={'string'}
type={'text'}
id={'name'}
name={'name'}
label={'Name'}
@ -77,7 +77,7 @@ export default () => {
<div css={tw`mt-6`}>
<Field
type={'string'}
type={'text'}
id={'description'}
name={'description'}
label={'Description'}