X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/70222e9fc05c3ad515ac290e5cbd6302b4f2efc8..df0520719b15e7e230fb72f3e53ff36a34f4ba87:/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 ed4bffd6..371569d1 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; }