mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: add common headers to API request in WorkspaceSummaryTable
This commit is contained in:
@@ -212,6 +212,7 @@ const WorkspaceSummaryTable: FunctionComponent<ComponentProps> = (
|
||||
`/workspace-notification-summary/test/${summaryId.toString()}`,
|
||||
),
|
||||
data: {},
|
||||
headers: ModelAPI.getCommonHeaders(),
|
||||
});
|
||||
|
||||
if (response.isSuccess()) {
|
||||
|
||||
Reference in New Issue
Block a user