Skip to content

Commit

Permalink
fix: removing dead code
Browse files Browse the repository at this point in the history
based on this discussion OHDSI#2929 (comment)
  • Loading branch information
pieterlukasse committed May 24, 2024
1 parent 652df55 commit 0d75edd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions js/pages/cohort-definitions/cohort-definition-manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@
data-bind="visible: !previewVersion(), css: { active: $component.tabMode() == 'reporting' }, click: function() { $component.selectTab('reporting'); }">
<a data-bind="text: ko.i18n('cohortDefinitions.cohortDefinitionManager.tabs.reporting', 'Reporting')"></a>
</li>

<li role="presentation"
data-bind="visible: !previewVersion(), css: { active: $component.tabMode() == 'explore' }, click: function() { $component.selectTab('explore'); }">
<a data-bind="text: ko.i18n('cohortDefinitions.cohortDefinitionManager.tabs.explore', 'Explore')"></a>
</li>

<li role="presentation"
data-bind="visible: !previewVersion(), css: { active: $component.tabMode() == 'export' }, click: () => { $component.selectTab('export'); refreshPrintFriendly(); }">
<a data-bind="text: ko.i18n('cohortDefinitions.cohortDefinitionManager.tabs.export', 'Export')"></a>
Expand Down

0 comments on commit 0d75edd

Please sign in to comment.