Merge branch '20455-noopener' refs #20455
[arvados.git] / services / workbench2 / src / store / move-to-dialog / move-to-dialog.ts
index 6261a795d9b1d1563755b5dc32eb5e10269ebc9b..e58f3984766cbb0f60989c1fdfe1da14af361308 100644 (file)
@@ -6,4 +6,5 @@ export interface MoveToFormDialogData {
     name: string;
     uuid: string;
     ownerUuid: string;
-}
\ No newline at end of file
+    fromContextMenu?: boolean;
+}