Skip to content

Instantly share code, notes, and snippets.

@gpDA
Created September 11, 2019 16:50
Show Gist options
  • Save gpDA/cac18f87d1926c39625d77c1cbe03436 to your computer and use it in GitHub Desktop.
Save gpDA/cac18f87d1926c39625d77c1cbe03436 to your computer and use it in GitHub Desktop.
// SmartSort.js
class SmartSort extends Component{
onSortClick = sortType => {
const { BaseActions } = this.props;
BaseActions.sortType({ sortType })
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment