mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +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
|
||||
) {
|
||||
const serviceTypes = this.getSupportedServiceFromList();
|
||||
const type = searchSource.serviceType ?? '';
|
||||
const type = searchSource?.serviceType ?? '';
|
||||
switch (type) {
|
||||
case DatabaseServiceType.Mysql:
|
||||
return MYSQL;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user