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 126c64d commit 9071f92Copy full SHA for 9071f92
index.ts
@@ -42,7 +42,7 @@ export default class extends AdminForthPlugin {
42
instanceUniqueRepresentation(pluginOptions: any) : string {
43
// optional method to return unique string representation of plugin instance.
44
// Needed if plugin can have multiple instances on one resource
45
- return `single`;
+ return `${this.resourceConfig.resourceId}-quick-filters`;
46
}
47
48
0 commit comments