From e3b0f60e692552e11c1753c75cbcece3cf3317d3 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Mon, 11 May 2020 21:16:36 -0400 Subject: [PATCH] Can't select row text, but can select expanded content text --- .../ui/src/components/StudyListTable/StudyListTableRow.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/platform/ui/src/components/StudyListTable/StudyListTableRow.js b/platform/ui/src/components/StudyListTable/StudyListTableRow.js index a6e42f39d..dbaa37389 100644 --- a/platform/ui/src/components/StudyListTable/StudyListTableRow.js +++ b/platform/ui/src/components/StudyListTable/StudyListTableRow.js @@ -8,6 +8,7 @@ const StudyListTableRow = (props) => { return ( <> + { })} {isExpanded && ( - + {expandedContent} )}