refs #13856 Merge branch 'origin/13856-upload-component'
[arvados-workbench2.git] / src / services / tag-service / tag-service.ts
index c3019a650e313b7b6f44bb19290199f0234972ff..084603eb0833a9f64211598acc899e2d96a95288 100644 (file)
@@ -26,7 +26,7 @@ export class TagService {
 
     list(uuid: string) {
         const filters = FilterBuilder
-            .create<TagResource>()
+            .create()
             .addEqual("headUuid", uuid)
             .addEqual("tailUuid", TagTailType.COLLECTION)
             .addEqual("linkClass", LinkClass.TAG);
@@ -42,4 +42,4 @@ export class TagService {
             });
     }
 
-}
\ No newline at end of file
+}