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

@@ -151,9 +151,7 @@ export async function charts(
return getChart({
...query.data,
name: 'export-api',
metric: 'sum',
lineType: 'monotone',
chartType: 'linear',
metric: 'sum',
});
}