mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: fix audit log search (#16944)
This commit is contained in:
@ -74,14 +74,6 @@ const AuditPage: FC = () => {
|
||||
}),
|
||||
});
|
||||
|
||||
if (auditsQuery.error) {
|
||||
return (
|
||||
<div className="p-6">
|
||||
<ErrorAlert error={auditsQuery.error} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
<Helmet>
|
||||
|
Reference in New Issue
Block a user