ywana-core8 0.0.993 → 0.0.995
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.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +4 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +4 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/incubator/task.js +2 -1
package/dist/index.cjs
CHANGED
@@ -5687,7 +5687,7 @@ var TaskMonitor = function TaskMonitor(props) {
|
|
5687
5687
|
return function () {
|
5688
5688
|
clearInterval(interval);
|
5689
5689
|
};
|
5690
|
-
}, []);
|
5690
|
+
}, [filters]);
|
5691
5691
|
var table = {
|
5692
5692
|
columns: [{
|
5693
5693
|
id: "state",
|
@@ -5711,6 +5711,9 @@ var TaskMonitor = function TaskMonitor(props) {
|
|
5711
5711
|
}, {
|
5712
5712
|
id: "percentage",
|
5713
5713
|
label: ""
|
5714
|
+
}, {
|
5715
|
+
id: "message",
|
5716
|
+
label: "Message"
|
5714
5717
|
},
|
5715
5718
|
// { id: "resourceID", label: "Recurso" },
|
5716
5719
|
// { id: "owner", label: "Propietario" },
|