21317: increased checkbox hitbox size Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa...
[arvados.git] / services / workbench2 / src / store / copy-dialog / copy-dialog.ts
index 4450cfc6bf5b0f5ae5a481b71a9a5f7eea3d8e7d..dfae5c2cf0101eb5bd0dad71504568f1168309e7 100644 (file)
@@ -6,4 +6,5 @@ export interface CopyFormDialogData {
     name: string;
     uuid: string;
     ownerUuid: string;
-}
\ No newline at end of file
+    fromContextMenu?: boolean;
+}