Skip to content

Commit

Permalink
[Osquery] Fix osquery attachment rerender (elastic#145511)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsonpl authored Nov 18, 2022
1 parent e3146a0 commit 4ba6d1d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export interface IExternalReferenceMetaDataProps {
queryId: string;
};
}
const AttachmentContent = lazy(() => import('./external_references_content'));

export const getLazyExternalContent =
// eslint-disable-next-line react/display-name
Expand Down Expand Up @@ -54,8 +55,6 @@ export const getLazyExternalContent =
);
}

const AttachmentContent = lazy(() => import('./external_references_content'));

return (
<Suspense fallback={null}>
<ServicesWrapper services={services}>
Expand Down

0 comments on commit 4ba6d1d

Please sign in to comment.