Skip to content

Commit

Permalink
[ML] fix timeRange for results url
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Oct 9, 2019
1 parent 3e71b74 commit bdc9e05
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ export const Page: FC<PageProps> = ({ moduleId, existingGroupIds }) => {
setResultsUrl(
mlJobService.createResultsUrl(
jobsResponse.filter(({ success }) => success).map(({ id }) => id),
formState.timeRange.start,
formState.timeRange.end,
timeRange.start,
timeRange.end,
'explorer'
)
);
Expand Down

0 comments on commit bdc9e05

Please sign in to comment.