ywana-core8 0.0.685 → 0.0.687

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.umd.js CHANGED
@@ -9994,7 +9994,7 @@
9994
9994
 
9995
9995
  var refresh = function refresh() {
9996
9996
  try {
9997
- return Promise.resolve(context.tasks()).then(function (tasks) {
9997
+ return Promise.resolve(context.tasks(filters)).then(function (tasks) {
9998
9998
  setTasks(tasks);
9999
9999
  });
10000
10000
  } catch (e) {
@@ -10003,7 +10003,8 @@
10003
10003
  };
10004
10004
 
10005
10005
  var _props$title = props.title,
10006
- title = _props$title === void 0 ? "Task Monitor" : _props$title;
10006
+ title = _props$title === void 0 ? "Task Monitor" : _props$title,
10007
+ filters = props.filters;
10007
10008
  var context = React.useContext(TaskContext);
10008
10009
 
10009
10010
  var _useState2 = React.useState([]),