cf-component-button
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -18,3 +18,3 @@ 'use strict'; | ||
// Unless the disabled state is explicitly set, the button is disabled when loading. | ||
var isDisabled = disabled ? loading : disabled; | ||
var isDisabled = (disabled !== undefined ? disabled : loading) || false; | ||
@@ -21,0 +21,0 @@ return React.createElement( |
{ | ||
"name": "cf-component-button", | ||
"description": "CloudFlare Button Component", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "author": "James Kyle <jkyle@cloudflare.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2496