ywana-core8 0.0.65 → 0.0.66

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
@@ -170,7 +170,7 @@ const TableEditor = (props) => {
170
170
 
171
171
  const [pageContext, setPageContext] = useContext(PageContext)
172
172
  const { all = [], filters } = pageContext
173
- const { icon, title, schema, editable, canDelete, filter, actions, canDelete } = props
173
+ const { icon, title, schema, editable, canDelete, filter, actions } = props
174
174
  const [groupBy, setGroupBy] = useState(props.groupBy)
175
175
 
176
176
  function changeGroup(id, value) {