sag_components 2.0.0-beta81 → 2.0.0-beta82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3057,7 +3057,7 @@ const LinkButton = _ref => {
3057
3057
  width = '',
3058
3058
  disabled = false,
3059
3059
  textColor = '',
3060
- onClick,
3060
+ onClick = () => {},
3061
3061
  leftIcon = 'none',
3062
3062
  rightIcon = 'none'
3063
3063
  } = _ref;