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.
1 parent e4870ab commit 621ebd4Copy full SHA for 621ebd4
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