Skip to content

Commit 8388ec3

Browse files
committed
Disable conceptset quickview.
1 parent e86a14a commit 8388ec3

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

js/components/cohortbuilder/components/ConceptSetSelectorTemplate.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@
3838
<span data-bind="text:ko.i18n('components.conceptSetSelector.clearConceptSet','Clear Concept Set')"></span>
3939
</a></li>
4040
</ul>
41-
<ul>
42-
<!-- ko if: previewVisible -->
43-
<div onclick="event.stopPropagation();" class="undraggable"
44-
style="border: solid 1px black;padding:5px; z-index: 999; background-color:white; position: absolute; max-height:200px; overflow-y:auto"
45-
data-bind="style: { top: `${previewTop()}px`, left: `${previewLeft()}px`}">
46-
<div style="background-color:#aaa; font-weight: bold" data-bind="text: previewConceptSet().name"></div>
47-
<conceptset-quickview params="conceptSet: previewConceptSet"></conceptset-quickview>
48-
</div>
49-
<!-- /ko -->
50-
</ul>
51-
5241
</div>
5342

5443
</div>

0 commit comments

Comments
 (0)