@parasutcom/fds 0.1.24 → 0.1.25
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 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30064,7 +30064,7 @@ function MH({
|
|
|
30064
30064
|
...s
|
|
30065
30065
|
}) {
|
|
30066
30066
|
const l = n !== void 0 && r !== void 0, c = !!s.enableRowSelection, d = l || c, f = e !== void 0 || t !== void 0, p = Dn(() => {
|
|
30067
|
-
if (!(!l || !i))
|
|
30067
|
+
if (!(!l || !i || n.length === 0))
|
|
30068
30068
|
return Object.fromEntries(
|
|
30069
30069
|
n.map((g, h) => [i(g, h), !0])
|
|
30070
30070
|
);
|