|
@@ -428,7 +428,7 @@ const Filters: React.FC<FiltersProps> = ({
|
|
onChange={(date: Date | null) => setTimestamp(date)}
|
|
onChange={(date: Date | null) => setTimestamp(date)}
|
|
showTimeInput
|
|
showTimeInput
|
|
timeInputLabel="Time:"
|
|
timeInputLabel="Time:"
|
|
- dateFormat="MMMM d, yyyy HH:mm"
|
|
|
|
|
|
+ dateFormat="MMM d, yyyy HH:mm"
|
|
placeholderText="Select timestamp"
|
|
placeholderText="Select timestamp"
|
|
disabled={isTailing}
|
|
disabled={isTailing}
|
|
/>
|
|
/>
|