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

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