Skip to content

Commit

Permalink
HPCC-32641 Metrics occasionally shows a blank page
Browse files Browse the repository at this point in the history
Removed lazy loading of metrics page.

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Sep 17, 2024
1 parent 04be696 commit e4b5e73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions esp/src/src-react/components/WorkunitDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ import { Workflows } from "./Workflows";
import { WorkunitSummary } from "./WorkunitSummary";
import { TabInfo, DelayLoadedPanel, OverflowTabList } from "./controls/TabbedPanes/index";
import { ECLArchive } from "./ECLArchive";

const Metrics = React.lazy(() => import("./Metrics").then(mod => ({ default: mod.Metrics })));
import { Metrics } from "./Metrics";

const logger = scopedLogger("src-react/components/WorkunitDetails.tsx");

Expand Down

0 comments on commit e4b5e73

Please sign in to comment.