@secondstaxorg/sscomp 1.8.17 → 1.8.18
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31020,7 +31020,7 @@ const Accordion = (props) => {
|
|
|
31020
31020
|
, dynAccordions.length > 1 &&
|
|
31021
31021
|
React$1.createElement(React$1.Fragment, null
|
|
31022
31022
|
, accordion.canDelete &&
|
|
31023
|
-
React$1.createElement('button', { onClick: (e)=>{
|
|
31023
|
+
React$1.createElement('button', { type: "button", onClick: (e)=>{
|
|
31024
31024
|
e.stopPropagation();
|
|
31025
31025
|
deleteAccordion(accordion.label);
|
|
31026
31026
|
if (accordion.canDelete && onDelete){
|