summaryrefslogtreecommitdiff
path: root/src/shapes
diff options
context:
space:
mode:
Diffstat (limited to 'src/shapes')
-rw-r--r--src/shapes/index.js2
1 files changed, 1 insertions, 1 deletions
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),
});