mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: lint
This commit is contained in:
@@ -47,7 +47,7 @@ const timeRanges: Array<{ label: string; value: TimeFilter }> = [
|
|||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
interface SinceLogsFilterProps {
|
interface SinceLogsFilterProps {
|
||||||
value: string;
|
value: TimeFilter;
|
||||||
onValueChange: (value: TimeFilter) => void;
|
onValueChange: (value: TimeFilter) => void;
|
||||||
showTimestamp: boolean;
|
showTimestamp: boolean;
|
||||||
onTimestampChange: (show: boolean) => void;
|
onTimestampChange: (show: boolean) => void;
|
||||||
|
|||||||
Reference in New Issue
Block a user