Skip to content

Commit

Permalink
Skip loading wrapper for error details page embeddables.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Apr 28, 2023
1 parent 0ba1d53 commit 043fd57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const MonitorFailedTests = ({
reportType="heatmap"
axisTitlesVisibility={{ x: false, yRight: false, yLeft: false }}
legendIsVisible={false}
skipLoadingWrapper={true}
attributes={[
{
time,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const FailedTestsCount = ({ from, to, id }: { to: string; from: string; i
<ExploratoryViewEmbeddable
id={id}
reportType="single-metric"
skipLoadingWrapper={true}
attributes={[
{
time: { from, to },
Expand Down

0 comments on commit 043fd57

Please sign in to comment.