Skip to content

feat: Guard search queries against common mistakes #6404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Mar 2, 2023
Merged
Prev Previous commit
Next Next commit
Linting
  • Loading branch information
Emyrk committed Mar 1, 2023
commit c846d98c58e30c7f15277b6aaf51a85960ec7a14
2 changes: 1 addition & 1 deletion site/src/xServices/audit/auditXService.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getAuditLogs } from "api/api"
import { getErrorMessage, isApiError } from "api/errors"
import { getErrorMessage } from "api/errors"
import { AuditLog, AuditLogResponse } from "api/typesGenerated"
import { displayError } from "components/GlobalSnackbar/utils"
import { getPaginationData } from "components/PaginationWidget/utils"
Expand Down