@asgard-js/react 0.0.43-canary.16 → 0.0.43-canary.17
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
|
@@ -36241,7 +36241,7 @@ function nse({
|
|
|
36241
36241
|
"button",
|
|
36242
36242
|
{
|
|
36243
36243
|
type: "submit",
|
|
36244
|
-
disabled: t,
|
|
36244
|
+
disabled: !s.trim() || t,
|
|
36245
36245
|
className: Ht(Kn.api_key_input__submit_button, {
|
|
36246
36246
|
[Kn["api_key_input__submit_button--loading"]]: t
|
|
36247
36247
|
}),
|
package/package.json
CHANGED