From a1d95b3685cffb6a9344d0d1e5505dd391193f16 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 15 Sep 2017 12:53:26 +0200 Subject: Implement experiment list and add --- src/shapes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shapes/index.js') diff --git a/src/shapes/index.js b/src/shapes/index.js index cfe0ff54..c84e66e0 100644 --- a/src/shapes/index.js +++ b/src/shapes/index.js @@ -131,7 +131,7 @@ Shapes.Section = PropTypes.shape({ Shapes.Path = PropTypes.shape({ id: PropTypes.number.isRequired, simulationId: PropTypes.number.isRequired, - name: PropTypes.string.isRequired, + name: PropTypes.string, datetimeCreated: PropTypes.string.isRequired, sections: PropTypes.arrayOf(Shapes.Section), }); -- cgit v1.2.3