ywana-core8 0.0.301 → 0.0.302

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.
@@ -5405,9 +5405,6 @@ var TableQueries = function TableQueries(props) {
5405
5405
  name: "Query 3",
5406
5406
  filters: {}
5407
5407
  }] : _pageContext$queries;
5408
- useEffect(function () {
5409
- pageContext.loadQueries();
5410
- }, []);
5411
5408
  return /*#__PURE__*/React.createElement(Fragment, null, /*#__PURE__*/React.createElement(Header, {
5412
5409
  className: "table-queries",
5413
5410
  title: /*#__PURE__*/React.createElement(Text, null, "Queries")