@abdellatifui/react 3.2.116 → 3.2.117
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/nextgen.js +1 -1
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -10223,7 +10223,7 @@ const sv = (e) => {
|
|
|
10223
10223
|
className: "min-w-[80px]",
|
|
10224
10224
|
...a,
|
|
10225
10225
|
onClick: async (P) => {
|
|
10226
|
-
P.preventDefault(), await r({ ...e, event: P }) && E();
|
|
10226
|
+
P.preventDefault(), await r({ ...e, event: P }) !== !1 && E();
|
|
10227
10227
|
},
|
|
10228
10228
|
children: n ? `${p}(${x}) ` : p
|
|
10229
10229
|
}
|