optimized-react-component-library-xyz123 0.7.1 → 0.8.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/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -553,6 +553,7 @@ var ExploreFiles = ({
|
|
|
553
553
|
),
|
|
554
554
|
"aria-describedby": `${aboutId} ${questionObject.hasValidationError ? errorId : ""}`.trim(),
|
|
555
555
|
"aria-label": ariaLabelText,
|
|
556
|
+
type: "button",
|
|
556
557
|
children: activatedLanguage === "sv" ? "V\xE4lj fil" : "Choose file"
|
|
557
558
|
}
|
|
558
559
|
),
|