15407: Fixes pending model.
[arvados-workbench2.git] / src / models / mount-types.ts
index 52b29499bbc6f91e3752ffc137b4e3aadd4ea4c3..db87db18cd5b12401431d9c03744ce548842da06 100644 (file)
@@ -22,7 +22,7 @@ export type MountType =
 export interface CollectionMount {
     kind: MountKind.COLLECTION;
     uuid?: string;
-    portableDataHash?: string;
+    portable_data_hash?: string;
     path?: string;
     writable?: boolean;
 }