ywana-core8 0.0.266 → 0.0.267

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.
@@ -4964,13 +4964,13 @@ var TablePage = function TablePage(props) {
4964
4964
  }, /*#__PURE__*/React.createElement(MenuItem, {
4965
4965
  label: "Cargar Escenario 1",
4966
4966
  onSelect: playScenario
4967
- })) : null, renderActions()), /*#__PURE__*/React.createElement("menu", {
4967
+ })) : null, renderActions()), canQuery || canFilter ? /*#__PURE__*/React.createElement("menu", {
4968
4968
  className: "table-page"
4969
4969
  }, canQuery ? /*#__PURE__*/React.createElement(TableQueries, {
4970
4970
  schema: schema
4971
4971
  }) : null, canFilter ? /*#__PURE__*/React.createElement(TableFilters, {
4972
4972
  schema: schema
4973
- }) : null), /*#__PURE__*/React.createElement("main", {
4973
+ }) : null) : null, /*#__PURE__*/React.createElement("main", {
4974
4974
  key: id,
4975
4975
  className: "table-page"
4976
4976
  }, /*#__PURE__*/React.createElement(TableEditor, {