We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738f77e commit c846d98Copy full SHA for c846d98
site/src/xServices/audit/auditXService.ts
@@ -1,5 +1,5 @@
1
import { getAuditLogs } from "api/api"
2
-import { getErrorMessage, isApiError } from "api/errors"
+import { getErrorMessage } from "api/errors"
3
import { AuditLog, AuditLogResponse } from "api/typesGenerated"
4
import { displayError } from "components/GlobalSnackbar/utils"
5
import { getPaginationData } from "components/PaginationWidget/utils"
0 commit comments