mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ML] Fixing time range selector in recognizer wizard (#160910)
Fixing issue where the time range selectors would get stuck in a
infinite render loop.

This commit is contained in:
parent
0a48cf26c2
commit
a5620cdb98
1 changed files with 1 additions and 6 deletions
|
@ -194,12 +194,7 @@ export const JobSettingsForm: FC<JobSettingsFormProps> = ({
|
|||
{!useFullIndexData && (
|
||||
<>
|
||||
<EuiSpacer size="m" />
|
||||
<TimeRangePicker
|
||||
setTimeRange={(value) => {
|
||||
setTimeRange(value);
|
||||
}}
|
||||
timeRange={timeRange}
|
||||
/>
|
||||
<TimeRangePicker setTimeRange={setTimeRange} timeRange={timeRange} />
|
||||
</>
|
||||
)}
|
||||
<EuiSpacer size="l" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue