Skip to content
Snippets Groups Projects
Commit f45038e6 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

fixup! GH-991: make sure we order items if the order changes after the submissions

parent fc3c2abc
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ export default class GroupedListing extends React.Component { ...@@ -20,7 +20,7 @@ export default class GroupedListing extends React.Component {
key: PropTypes.string.isRequired, key: PropTypes.string.isRequired,
display: PropTypes.string.isRequired, display: PropTypes.string.isRequired,
values: PropTypes.arrayOf( values: PropTypes.arrayOf(
PropTypes.oneOf([PropTypes.number, PropTypes.string]), PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
) )
})), })),
onItemSelection: PropTypes.func, onItemSelection: PropTypes.func,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment