Adding filter bar
[aai/sparky-fe.git] / src / app / vnfSearch / VnfSearchTotalCountVisualization.jsx
index 326dae9..5d3f1f2 100644 (file)
@@ -43,7 +43,10 @@ let mapStateToProps = ({vnfSearch}) => {
 
 class VnfSearchTotalCountVisualization extends Component {
   static propTypes = {
-    count: React.PropTypes.number
+    count: React.PropTypes.oneOfType([
+      React.PropTypes.string,
+      React.PropTypes.number
+    ])
   };
 
   render() {