20603: Trash shows all items, not just those owned by user
[arvados-workbench2.git] / src / services / groups-service / groups-service.ts
index fc6033002dccea2532e27dfe361eaa354747f860..b9f47df0dbb97e01e7f020c84ebf2eb1139c4339 100644 (file)
@@ -60,7 +60,7 @@ export class GroupsService<
                 }))
                 : undefined
         };
-        const pathUrl = uuid ? `/${uuid}/contents` : '/contents';
+        const pathUrl = (uuid !== '') ? `/${uuid}/contents` : '/contents';
         const cfg: AxiosRequestConfig = {
             params: CommonResourceService.mapKeys(snakeCase)(params),
         };