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 e31b34a commit 75be31bCopy full SHA for 75be31b
index.ts
@@ -391,7 +391,7 @@ export default class BulkAiFlowPlugin extends AdminForthPlugin {
391
}
392
393
try {
394
- const AuditLogPlugin = this.adminforth.getPluginByClassName('AuditLogPlugin');
+ const AuditLogPlugin:any = this.adminforth.getPluginByClassName('AuditLogPlugin');
395
if (AuditLogPlugin) {
396
397
for (const [key, value] of Object.entries(oldRecord)) {
0 commit comments