@unitedstatespowersquadrons/components 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/ActionButton.tsx +1 -1
  2. package/package.json +1 -1
package/ActionButton.tsx CHANGED
@@ -133,7 +133,7 @@ const ActionButton = (props: ActionButtonProps) => {
133
133
 
134
134
  if (!externalForm) throw new Error(`Could not find form #${formId} in the DOM.`);
135
135
 
136
- externalForm.submit();
136
+ externalForm.requestSubmit();
137
137
  };
138
138
 
139
139
  return(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unitedstatespowersquadrons/components",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "USPS shared React components library",
5
5
  "main": "index.tsx",
6
6
  "scripts": {