Skip to content
Snippets Groups Projects
Commit 1718f137 authored by Max Frederiksen's avatar Max Frederiksen
Browse files

awxJobId + fix react warning in TimeRange

parent a95bbbb6
No related branches found
No related tags found
2 merge requests!612Release 5.0.0,!566CE-3145: Only fetch data inside accordion when expanded
Pipeline #206881 passed
......@@ -26,7 +26,7 @@ export const TimeRange = ({
<Select
variant="standard"
labelId="time-range-select"
defaultValue={selected}
value={selected}
onChange={onTimeRangeChange}
>
{values.map((range) => {
......
......@@ -13,7 +13,7 @@ export function DeploymentJobOutput({ job, isExpanded }) {
const finalResultsNeeded = useRef(true);
const params = useMemo(
() => ({
awx_job_id: job.awxJobId
awxJobId: job.awxJobId
}),
[job]
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment