isobit-ui 0.2.81 → 0.2.82
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 +2 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.2.
|
|
2
|
+
* isobit-ui v0.2.81
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -4080,8 +4080,7 @@ var script$7 = {
|
|
|
4080
4080
|
me.data2 = me.data2.concat(fd);
|
|
4081
4081
|
} catch (e) {
|
|
4082
4082
|
console.log("Error trying to filter ", ittt);
|
|
4083
|
-
console.
|
|
4084
|
-
console.log(storedList);
|
|
4083
|
+
console.error(e);
|
|
4085
4084
|
} //console.log("data filtrada");
|
|
4086
4085
|
|
|
4087
4086
|
} else {
|