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 a44e568 commit 27b093dCopy full SHA for 27b093d
1 file changed
adminforth/basePlugin.ts
@@ -17,7 +17,7 @@ export default class AdminForthPlugin implements IAdminForthPlugin {
17
pluginInstanceId: string;
18
customFolderPath: string;
19
pluginOptions: any;
20
- resourceConfig?: AdminForthResource;
+ resourceConfig: AdminForthResource;
21
className: string;
22
activationOrder: number = 0;
23
pluginsScope: 'resource' | 'global' = 'resource';
0 commit comments