revoke invites and remove users from organizations

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-06-14 21:56:29 +02:00
parent 1dcd501b13
commit ee88c9e391
28 changed files with 220 additions and 90 deletions

View File

@@ -7,8 +7,8 @@ import type {
IChartBreakdown,
IChartEvent,
IChartEventFilter,
IChartInput,
IChartLineType,
IChartProps,
IChartRange,
} from '@openpanel/validation';
@@ -46,7 +46,7 @@ export function transformReportEvent(
export function transformReport(
report: DbReport
): IChartInput & { id: string } {
): IChartProps & { id: string } {
return {
id: report.id,
projectId: report.projectId,