Skip to content

Commit

Permalink
WIP7 Apply Gordon's fix for Metrics.
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Sep 16, 2024
1 parent 92fea75 commit 7e84a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp/src/src-react/components/WorkunitDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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 7e84a98

Please sign in to comment.