8000 fix: fix audit log search (#16944) · coder/coder@0c06e17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c06e17

Browse files
authored
fix: fix audit log search (#16944)
1 parent bdd7794 commit 0c06e17

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

site/src/pages/AuditPage/AuditPage.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ const AuditPage: FC = () => {
6868
}),
6969
});
7070

71-
if (auditsQuery.error) {
72-
return (
73-
<div className="p-6">
74-
<ErrorAlert error={auditsQuery.error} />
75-
</div>
76-
);
77-
}
78-
7971
return (
8072
<>
8173
<Helmet>

0 commit comments

Comments
 (0)
0