We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60224b3 commit 2241c2eCopy full SHA for 2241c2e
1 file changed
src/frontend/src/pages/ProjectDetailPage/ProjectViewContainer/BOM/CopyBOM/CopyBOMProjectSection.tsx
@@ -41,7 +41,7 @@ const CopyBOMProjectSection: React.FC<CopyBOMProjectSectionProps> = ({ selectedP
41
setSelectionModel(allIds);
42
onSelectionChange(allIds);
43
}
44
- }, [materials]);
+ }, [materials, onSelectionChange]);
45
46
if (isLoadingMaterials || isLoadingAssemblies || !materials || !assemblies) return <LoadingIndicator />;
47
if (isErrorMaterials) return <ErrorPage message={materialsError?.message} />;
0 commit comments