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

@ -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'}