undo "isRequired" deletes

This commit is contained in:
fbruc03
2022-12-05 14:12:51 +01:00
parent ae61d2b11b
commit c463237bd7
6 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ OpenProject.propTypes = {
clearStats: PropTypes.func.isRequired,
workspaceName: PropTypes.func.isRequired,
xml: PropTypes.string.isRequired,
name: PropTypes.string
name: PropTypes.string.isRequired
};
const mapStateToProps = state => ({