Skip to content

Commit

Permalink
not merged changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonakhov committed Jun 25, 2024
1 parent c2f9141 commit d8f7322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OdtMarkupModal/PropertiesView.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class PropertiesView extends React.Component {
PropertiesView.contextType = TranslationContext;

PropertiesView.propTypes = {
selection: PropTypes.number,
selection: PropTypes.string,
mode: PropTypes.string.isRequired,
updateJson: PropTypes.func.isRequired,
setElemState: PropTypes.func.isRequired,
Expand Down

0 comments on commit d8f7322

Please sign in to comment.