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 e700e8e commit 8ad2d36Copy full SHA for 8ad2d36
index.ts
@@ -204,7 +204,7 @@ export default class BulkAiFlowPlugin extends AdminForthPlugin {
204
instanceUniqueRepresentation(pluginOptions: any) : string {
205
// optional method to return unique string representation of plugin instance.
206
// Needed if plugin can have multiple instances on one resource
207
- return `single`;
+ return `${this.pluginOptions.actionName}`;
208
}
209
210
setupEndpoints(server: IHttpServer) {
0 commit comments