mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-23 00:18:06 +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;
|
return widgets;
|
||||||
}
|
}
|
||||||
|
|
||||||
public getExtraInfo() {
|
public getExtraInfo(): Promise<void> {
|
||||||
return null;
|
return Promise.resolve();
|
||||||
}
|
}
|
||||||
|
|
||||||
public getProperties(property: ObjectFieldTemplatePropertyType[]) {
|
public getProperties(property: ObjectFieldTemplatePropertyType[]) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user