Skip to content

Commit

Permalink
Text View - Copy to Clipboard Errors #2749 (#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-abushkevich authored Sep 22, 2022
1 parent e2547c1 commit e657d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/pages/cohort-definitions/cohort-definition-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@ define(['jquery', 'knockout', 'text!./cohort-definition-manager.html',
this.sortedConceptSets().forEach((set) => {
setsText += '\n' + set.name() + '\n';
columns.forEach((c) => {
setsText += c.title + '\t';
setsText += c.title() + '\t';
});
setsText += 'Excluded\tDescendants\tMapped' + '\n';
set.expression.items().forEach((item) => {
Expand Down

0 comments on commit e657d2f

Please sign in to comment.