ywana-core8 0.0.40 → 0.0.41

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.
@@ -3173,7 +3173,6 @@ var CreateContentDialog$1 = function CreateContentDialog(_ref) {
3173
3173
  }
3174
3174
 
3175
3175
  function filterForm(field, content) {
3176
- console.log('------ filterForm------------', field.id, filter);
3177
3176
  var visible = field.required === true || field.optional === true;
3178
3177
  return filter ? visible && filter(field, content) : visible;
3179
3178
  }
@@ -4051,7 +4050,7 @@ var TablePage = function TablePage(props) {
4051
4050
 
4052
4051
 
4053
4052
  site.openDialog( /*#__PURE__*/React.createElement(CreateContentDialog$1, {
4054
- label: "Crearr " + name,
4053
+ label: "Crear " + name,
4055
4054
  type: schema,
4056
4055
  onOK: onOK,
4057
4056
  validator: validator,