Skip to content

Commit

Permalink
Merge pull request #7210 from jeff-phillips-18/pod-graphs-loopy
Browse files Browse the repository at this point in the history
Fix continual poll for pod graph data in pod details page
  • Loading branch information
openshift-merge-robot committed Nov 14, 2020
2 parents 2518c5c + 45372ea commit 5145912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/components/graphs/area.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const AreaChart: React.FC<AreaChartProps> = ({
};

export const Area: React.FC<AreaProps> = ({
endTime = Date.now(),
endTime,
namespace,
query,
limitQuery,
Expand Down

0 comments on commit 5145912

Please sign in to comment.