We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4870ab + 621ebd4 commit d24fa00Copy full SHA for d24fa00
adminforth/modules/restApi.ts
@@ -498,7 +498,7 @@ export default class AdminForthRestAPI implements IAdminForthRestAPI {
498
}
499
const showIn = {} as ShowInResolved;
500
await Promise.all(
501
- Object.entries(col.showIn).map(
+ Object.entries(inCol.showIn).map(
502
async ([key, value]: [string, AllowedActionValue]) => {
503
// if callable then call
504
if (typeof value === 'function') {
0 commit comments