fix the jest issue for extra info (#20543)

This commit is contained in:
Sweta Agarwalla 2025-04-01 15:22:11 +05:30 committed by GitHub
parent 06ab82170b
commit 70fb6cc19f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -765,8 +765,8 @@ class ServiceUtilClassBase {
return widgets;
}
public getExtraInfo() {
return null;
public getExtraInfo(): Promise<void> {
return Promise.resolve();
}
public getProperties(property: ObjectFieldTemplatePropertyType[]) {