@opengis/admin 0.2.126 → 0.2.127

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengis/admin",
3
- "version": "0.2.126",
3
+ "version": "0.2.127",
4
4
  "description": "This project Softpro Admin",
5
5
  "main": "dist/admin.js",
6
6
  "type": "module",
@@ -65,6 +65,7 @@ export default async function getCardData(req) {
65
65
  .filter(key => index?.tokens[key]?.public
66
66
  || access.actions?.includes?.('edit')
67
67
  || access.actions?.includes?.('add')
68
+ || !index?.tokens[key]?.table
68
69
  )
69
70
  .forEach(key => {
70
71
  const item = index?.tokens[key];