Access logs working

This commit is contained in:
Owen
2025-10-22 17:42:27 -07:00
parent 7f981f05fb
commit 0211f75cb6
28 changed files with 1003 additions and 79 deletions

View File

@@ -190,7 +190,7 @@ export default function GeneralPage() {
const epoch = Math.floor(Date.now() / 1000);
link.setAttribute(
"download",
`access-audit-logs-${orgId}-${epoch}.csv`
`action-audit-logs-${orgId}-${epoch}.csv`
);
document.body.appendChild(link);
link.click();