mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: lint
This commit is contained in:
parent
81c85ce155
commit
7e8953ff44
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user