CancelBtn.propTypes = {
  onCancel: PropTypes.func.isRequired,
  disabled: PropTypes.bool,
  bsStyle: PropTypes.string,
  btnText: PropTypes.string,