ui: fix fields with invalid type
This commit is contained in:
parent
6df2368264
commit
656ac62ad2
6 changed files with 10 additions and 10 deletions
|
@ -69,7 +69,7 @@ export default () => {
|
|||
<h2 css={tw`text-2xl mb-6`}>Create new database</h2>
|
||||
<Form css={tw`m-0`}>
|
||||
<Field
|
||||
type={'string'}
|
||||
type={'text'}
|
||||
id={'database_name'}
|
||||
name={'databaseName'}
|
||||
label={'Database Name'}
|
||||
|
@ -77,7 +77,7 @@ export default () => {
|
|||
/>
|
||||
<div css={tw`mt-6`}>
|
||||
<Field
|
||||
type={'string'}
|
||||
type={'text'}
|
||||
id={'connections_from'}
|
||||
name={'connectionsFrom'}
|
||||
label={'Connections From'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue