mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix: typecheck
This commit is contained in:
@@ -15,11 +15,11 @@ import {
|
||||
THead,
|
||||
Tr
|
||||
} from "@app/components/v2";
|
||||
import { Timezone } from "@app/helpers/datetime";
|
||||
import { useGetAuditLogs } from "@app/hooks/api";
|
||||
import { TGetAuditLogsFilter } from "@app/hooks/api/auditLogs/types";
|
||||
|
||||
import { LogsTableRow } from "./LogsTableRow";
|
||||
import { Timezone } from "./types";
|
||||
|
||||
type Props = {
|
||||
filter: TGetAuditLogsFilter;
|
||||
|
||||
Reference in New Issue
Block a user