feat: add common headers to API request in WorkspaceSummaryTable

This commit is contained in:
Nawaz Dhandala
2026-03-25 19:00:44 +00:00
parent 2e9118e123
commit fa68e3961e

View File

@@ -212,6 +212,7 @@ const WorkspaceSummaryTable: FunctionComponent<ComponentProps> = (
`/workspace-notification-summary/test/${summaryId.toString()}`,
),
data: {},
headers: ModelAPI.getCommonHeaders(),
});
if (response.isSuccess()) {