sm-click-library-ui 0.0.230 → 0.0.231
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.
|
@@ -14124,9 +14124,7 @@ function lw({
|
|
|
14124
14124
|
const l = eo(e);
|
|
14125
14125
|
r.length && (l.departments = r, l.count = r.length);
|
|
14126
14126
|
const i = La(e);
|
|
14127
|
-
a.length && (i.attendants = a, i.count = a.length);
|
|
14128
|
-
const c = Rr(e);
|
|
14129
|
-
o.length ? c.setInstances(o) : c.fetchInstances();
|
|
14127
|
+
a.length && (i.attendants = a, i.count = a.length), Rr(e).fetchInstances();
|
|
14130
14128
|
} catch (s) {
|
|
14131
14129
|
console.error("Erro no setupLibrary:", s);
|
|
14132
14130
|
}
|