We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e341c commit 80ae260Copy full SHA for 80ae260
index.ts
@@ -101,7 +101,7 @@ export default class UserSoftDelete extends AdminForthPlugin {
101
instanceUniqueRepresentation(pluginOptions: any) : string {
102
// optional method to return unique string representation of plugin instance.
103
// Needed if plugin can have multiple instances on one resource
104
- return `user-soft-delete`;
+ return `single`;
105
}
106
107
setupEndpoints(server: IHttpServer) {
0 commit comments