Skip to content

Commit 75b4888

Browse files
Victor Markovdziraf
Victor Markov
authored andcommitted
Add missing componentLoaded property to adminjs initialization for custom components
1 parent 31b3188 commit 75b4888

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui-customization/dashboard-customization.md

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const admin = new AdminJS({
4646
dashboard: {
4747
component: Components.Dashboard,
4848
},
49+
componentLoader
4950
})
5051
```
5152

@@ -71,6 +72,7 @@ const admin = new AdminJS({
7172
component: Components.Dashboard,
7273
handler: dashboardHandler,
7374
},
75+
componentLoader
7476
})
7577
```
7678

0 commit comments

Comments
 (0)