X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/920ccdc45d7c3a8517b430ab17af53c3fc23cf6d..7396826c81a54608d3e7e718b3ca8d5107099df1:/src/views/link-panel/link-panel-root.tsx diff --git a/src/views/link-panel/link-panel-root.tsx b/src/views/link-panel/link-panel-root.tsx index d5ba79b335..a4c8e010bc 100644 --- a/src/views/link-panel/link-panel-root.tsx +++ b/src/views/link-panel/link-panel-root.tsx @@ -63,19 +63,19 @@ export const linkPanelColumns: DataColumns = [ } ]; -export interface LinkPanelDataProps { +export interface LinkPanelRootDataProps { resources: ResourcesState; } -export interface LinkPanelActionProps { +export interface LinkPanelRootActionProps { onItemClick: (item: string) => void; onContextMenu: (event: React.MouseEvent, item: string) => void; onItemDoubleClick: (item: string) => void; } -export type LinkPanelProps = LinkPanelDataProps & LinkPanelActionProps; +export type LinkPanelRootProps = LinkPanelRootDataProps & LinkPanelRootActionProps; -export const LinkPanelRoot = (props: LinkPanelProps) => { +export const LinkPanelRoot = (props: LinkPanelRootProps) => { return