chore: lint

This commit is contained in:
Nicholas Penree 2024-12-16 17:18:11 -05:00
parent 81c85ce155
commit 7e8953ff44

View File

@ -47,7 +47,7 @@ const timeRanges: Array<{ label: string; value: TimeFilter }> = [
] as const;
interface SinceLogsFilterProps {
value: string;
value: TimeFilter;
onValueChange: (value: TimeFilter) => void;
showTimestamp: boolean;
onTimestampChange: (show: boolean) => void;