ywana-core8 0.0.683 → 0.0.685

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.
@@ -5638,7 +5638,7 @@ var EditContentDialog = function EditContentDialog(_ref) {
5638
5638
  * Collection API
5639
5639
  */
5640
5640
 
5641
- var CollectionAPI$1 = function CollectionAPI(url, host) {
5641
+ var CollectionAPI = function CollectionAPI(url, host) {
5642
5642
  var http = HTTPClient(host || window.API || process.env.REACT_APP_API, Session);
5643
5643
  /**
5644
5644
  * objectToQueryParamString
@@ -6360,7 +6360,7 @@ var CollectionContext = function CollectionContext(url, field, host, page, fetch
6360
6360
  versioning = false;
6361
6361
  }
6362
6362
 
6363
- var API = CollectionAPI$1(url, host);
6363
+ var API = CollectionAPI(url, host);
6364
6364
  return {
6365
6365
  all: [],
6366
6366
  filters: {},
@@ -9917,7 +9917,7 @@ var TaskContextProvider = function TaskContextProvider(props) {
9917
9917
 
9918
9918
  var host = props.host,
9919
9919
  _props$url = props.url,
9920
- url = _props$url === void 0 ? "tasks" : _props$url,
9920
+ url = _props$url === void 0 ? "/tasks" : _props$url,
9921
9921
  children = props.children;
9922
9922
  var API = CollectionAPI(url, host);
9923
9923
  var value = {