X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ec2ce1a965e15cb272737251b56bca2c1529ebff..5adf51b5e01fdc72fd51c82ad05bf07fd55f519f:/src/views-components/data-explorer/data-explorer.tsx diff --git a/src/views-components/data-explorer/data-explorer.tsx b/src/views-components/data-explorer/data-explorer.tsx index ed4bffd6ed..371569d1b5 100644 --- a/src/views-components/data-explorer/data-explorer.tsx +++ b/src/views-components/data-explorer/data-explorer.tsx @@ -15,7 +15,7 @@ import { DataTableFilters } from '~/components/data-table-filters/data-table-fil interface Props { id: string; onRowClick: (item: any) => void; - onContextMenu?: (event: React.MouseEvent, item: any) => void; + onContextMenu?: (event: React.MouseEvent, item: any, isAdmin?: boolean) => void; onRowDoubleClick: (item: any) => void; extractKey?: (item: any) => React.Key; }