akpm-datapoint-front 0.0.50 → 0.0.51

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.
@@ -1,4 +1,4 @@
1
- /* Version: 0.0.50 */
1
+ /* Version: 0.0.51 */
2
2
  var Mc = Object.defineProperty;
3
3
  var ao = (r) => {
4
4
  throw TypeError(r);
@@ -4884,9 +4884,9 @@ function rn(r, e) {
4884
4884
  s().data != null ? (A(o, $(s().data)), A(n, !1)) : w();
4885
4885
  };
4886
4886
  Xe(() => {
4887
- s() ? x() : Je.getTable(t(), i()).then((u) => {
4887
+ !s() || !s().datapointId.includes(l()) ? Je.getTable(t(), i(), l()).then((u) => {
4888
4888
  s(u), x();
4889
- });
4889
+ }) : x();
4890
4890
  });
4891
4891
  var k = ve(), g = oe(k);
4892
4892
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akpm-datapoint-front",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",