15768: changed isSingle to fromContextMenu for clarity Arvados-DCO-1.1-Signed-off...
[arvados-workbench2.git] / src / store / move-to-dialog / move-to-dialog.ts
index 12f2e858235877dbbb988e7f597fb49fd95cc621..e58f3984766cbb0f60989c1fdfe1da14af361308 100644 (file)
@@ -6,5 +6,5 @@ export interface MoveToFormDialogData {
     name: string;
     uuid: string;
     ownerUuid: string;
-    isSingle?: boolean;
+    fromContextMenu?: boolean;
 }