20318: Merge branch 'main' into 20318-disk-cache
[arvados.git] / services / workbench2 / src / views / subprocess-panel / subprocess-panel.tsx
index 0aa02d52701824b52d4f9611ebf2d5b49beee131..c52f054b0a0c31e64af3c576420bd43e7b9f27ad 100644 (file)
@@ -26,7 +26,7 @@ const mapDispatchToProps = (dispatch: Dispatch): SubprocessPanelActionProps => (
     },
 });
 
-const mapStateToProps = (state: RootState): SubprocessPanelDataProps => ({
+const mapStateToProps = (state: RootState): Omit<SubprocessPanelDataProps,'process'> => ({
     resources: state.resources,
 });