profinansy-ui-lib 3.8.12 → 3.8.13

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.
@@ -10916,10 +10916,8 @@ const X3 = {
10916
10916
  a && a.length && (t && a.find((m) => m.value === t) || n(a[0].value));
10917
10917
  }, [a]), W(() => {
10918
10918
  if (u && u.length) {
10919
- let f = u[0];
10920
- u.forEach((m) => {
10921
- f.dataCount < m.dataCount && (f = m);
10922
- }), o(f.value);
10919
+ const f = u[0];
10920
+ o(f.value);
10923
10921
  }
10924
10922
  }, [u, l]), {
10925
10923
  listItems: p,