beca-ui 2.1.0-beta.85 → 2.1.0-beta.86
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/beca-ui.js +1 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -99875,7 +99875,7 @@ const ait = 52, lit = 68, sit = (e) => {
|
|
|
99875
99875
|
const I = [...S.appMenu.items.map((P) => n.find(
|
|
99876
99876
|
(D) => D.id === P.id || D.Id === P.Id
|
|
99877
99877
|
) ?? P)];
|
|
99878
|
-
n.forEach((P) => {
|
|
99878
|
+
console.log("mergedItems", I), console.log("applicationsCardData", n), n.forEach((P) => {
|
|
99879
99879
|
I.some((k) => k.id === P.id) || I.push(P);
|
|
99880
99880
|
}), m(I);
|
|
99881
99881
|
} else
|