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
@@ -99,7 +99,7 @@ class WorkspaceFunc extends Component {
WorkspaceFunc.propTypes = {
user: PropTypes.object,
autosave: PropTypes.bool,
autosave: PropTypes.bool.isRequired,
};
const mapStateToProps = (state) => ({