Skip to content

Commit

Permalink
Made a state prop default
Browse files Browse the repository at this point in the history
  • Loading branch information
grafitto committed Oct 11, 2022
1 parent 69e3ca6 commit 8113fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/react/Documents/components/DocumentSidePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ DocumentSidePanel.propTypes = {
file: PropTypes.object,
defaultLanguage: PropTypes.string.isRequired,
templates: PropTypes.instanceOf(Immutable.List).isRequired,
currentSidepanelView: PropTypes.string,
currentSidepanelView: PropTypes.string.isRequired,
};

DocumentSidePanel.contextTypes = {
Expand Down

0 comments on commit 8113fde

Please sign in to comment.