18559: Add tri-state account status indicator and associated context menu actions
[arvados-workbench2.git] / src / services / user-service / user-service.ts
index 97cb3c7112f5fb5f583d5f392437f0c9b02d4abe..8581b26766715fe57ce1d50657c8e9131f90daa4 100644 (file)
@@ -18,7 +18,7 @@ export class UserService extends CommonResourceService<UserResource> {
     }
 
     activate(uuid: string) {
-        return CommonResourceService.defaultResponse(
+        return CommonResourceService.defaultResponse<UserResource>(
             this.serverApi
                 .post(this.resourceType + `/${uuid}/activate`),
             this.actions