mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-12 00:41:32 +00:00
Fixed add ingestion page (#14458)
This commit is contained in:
parent
c3fac5e97e
commit
9388c39b46
@ -146,7 +146,7 @@ class ServiceUtilClassBase {
|
|||||||
searchSource: SearchSuggestions[number] | SearchSourceAlias
|
searchSource: SearchSuggestions[number] | SearchSourceAlias
|
||||||
) {
|
) {
|
||||||
const serviceTypes = this.getSupportedServiceFromList();
|
const serviceTypes = this.getSupportedServiceFromList();
|
||||||
const type = searchSource.serviceType ?? '';
|
const type = searchSource?.serviceType ?? '';
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case DatabaseServiceType.Mysql:
|
case DatabaseServiceType.Mysql:
|
||||||
return MYSQL;
|
return MYSQL;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user