Skip to content

Commit 1f6f125

Browse files
committed
fix: optimize icons collection
1 parent c19517b commit 1f6f125

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adminforth/modules/codeInjector.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,7 @@ class CodeInjector implements ICodeInjector {
363363
}
364364
});
365365
}
366-
});
367366

368-
this.adminforth.config.resources.forEach((resource) => {
369367
if (resource.options?.actions) {
370368
resource.options.actions.forEach((action) => {
371369
if (action.icon) {

0 commit comments

Comments
 (0)