Metabase UI fix (#4402)

This commit is contained in:
Ayush Shah 2022-04-23 19:24:11 +05:30 committed by GitHub
parent cf8d677d82
commit c51711d292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@
"hostPort": {
"title": "Host and Port",
"description": "Host and Port of Metabase instance.",
"type": "string",
"format": "uri"
},
"dbServiceName": {
@ -47,8 +48,5 @@
}
},
"additionalProperties": false,
"required": [
"hostPort",
"username"
]
"required": ["hostPort", "username"]
}