15768: collection copy dialog mostly works Arvados-DCO-1.1-Signed-off-by: Lisa Knox...
[arvados-workbench2.git] / src / store / context-menu / context-menu-actions.ts
index ee973784bb3c3fc9a48afdd0d3b0b74ab8d09a0a..6fc5d56f51626ccd4e38f99d86b4d61d038fcb48 100644 (file)
@@ -47,6 +47,7 @@ export type ContextMenuResource = {
     storageClassesDesired?: string[];
     properties?: { [key: string]: string | string[] };
     isMulti?: boolean;
+    isSingle?: boolean;
 };
 
 export const isKeyboardClick = (event: React.MouseEvent<HTMLElement>) => event.nativeEvent.detail === 0;