@abgov/react-components 6.2.1 → 6.2.2-alpha.2

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/index.js CHANGED
@@ -288,7 +288,7 @@ function GoabButton({
288
288
  type,
289
289
  size,
290
290
  variant,
291
- disabled,
291
+ disabled: disabled || void 0,
292
292
  leadingicon: leadingIcon,
293
293
  trailingicon: trailingIcon,
294
294
  width,