mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 16:08:13 +00:00
fix the jest issue for extra info (#20543)
This commit is contained in:
parent
06ab82170b
commit
70fb6cc19f
@ -765,8 +765,8 @@ class ServiceUtilClassBase {
|
||||
return widgets;
|
||||
}
|
||||
|
||||
public getExtraInfo() {
|
||||
return null;
|
||||
public getExtraInfo(): Promise<void> {
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
public getProperties(property: ObjectFieldTemplatePropertyType[]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user