Skip to content

Commit

Permalink
🙈
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Jul 24, 2024
1 parent 70e436f commit 133b7fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions viz/app/content/pages.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { VisualizationIframeContentWithErrorHandling } from "@viz/components/VisualizationIframeContent";
import { VisualizationWrapperWithErrorHandling } from "@viz/app/components/VisualizationWrapper";

type IframeProps = {
wId: string;
Expand All @@ -10,7 +10,5 @@ export default function Iframe({
}: {
searchParams: IframeProps;
}) {
return (
<VisualizationIframeContentWithErrorHandling actionId={searchParams.aId} />
);
return <VisualizationWrapperWithErrorHandling actionId={searchParams.aId} />;
}

0 comments on commit 133b7fa

Please sign in to comment.