Skip to content

Commit a5e3386

Browse files
author
Petr Kachanovsky
committed
fix: correct merge issue
1 parent 9994ac0 commit a5e3386

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adminforth/modules/configValidator.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,6 @@ export default class ConfigValidator implements IConfigValidator {
399399
}
400400

401401
col.editingNote = typeof inCol.editingNote === 'string' ? { create: inCol.editingNote, edit: inCol.editingNote } : inCol.editingNote;
402-
403-
col.showIn = col.showIn || Object.values(AdminForthResourcePages);
404402

405403
if (col.foreignResource) {
406404

0 commit comments

Comments
 (0)