17782: Disabling typechecking for some common Field component usage.
[arvados-workbench2.git] / src / views / not-found-panel / not-found-panel.tsx
index d1fb3f990a41e701b19267408d85cc65fab9a8d3..18df092c34787966fefab279b3fdbd52922e02ab 100644 (file)
@@ -15,5 +15,5 @@ const mapStateToProps = (state: RootState): NotFoundPanelRootDataProps => {
 
 const mapDispatchToProps = null;
 
-export const NotFoundPanel = connect<NotFoundPanelRootDataProps, null, NotFoundPanelOwnProps>(mapStateToProps, mapDispatchToProps)
-    (NotFoundPanelRoot);
+export const NotFoundPanel = connect(mapStateToProps, mapDispatchToProps)
+    (NotFoundPanelRoot) as any;