add extra info in add service page (#20490)

This commit is contained in:
Sweta Agarwalla 2025-03-29 12:04:46 +05:30 committed by GitHub
parent 900c12ba08
commit 321b8f7f65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -299,6 +299,10 @@ const AddServicePage = () => {
</div>
);
useEffect(() => {
serviceUtilClassBase.getExtraInfo();
}, []);
return (
<ResizablePanels
className="content-height-with-resizable-panel"

View File

@ -765,6 +765,10 @@ class ServiceUtilClassBase {
return widgets;
}
public getExtraInfo() {
return null;
}
public getProperties(property: ObjectFieldTemplatePropertyType[]) {
return {
properties: property,