X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/ef3b2c15f10a3fea50170bc346105d909145a98f..bf801d31a42b40e6bfa5e99d2d2e17b236a372c2:/src/models/collection.ts diff --git a/src/models/collection.ts b/src/models/collection.ts index a25afeb1..53c62301 100644 --- a/src/models/collection.ts +++ b/src/models/collection.ts @@ -14,7 +14,6 @@ export interface CollectionResource extends TrashableResource { replicationDesired: number; replicationConfirmed: number; replicationConfirmedAt: string; - fileNames: string; storageClassesDesired: string[]; storageClassesConfirmed: string[]; storageClassesConfirmedAt: string;