@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
@@ -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];
|