ui: fix fields with invalid type
This commit is contained in:
parent
6df2368264
commit
656ac62ad2
6 changed files with 10 additions and 10 deletions
|
@ -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'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue