Skip to content

Commit

Permalink
Text View - Copy to Clipboard Errors #2749 (#2753)
Browse files Browse the repository at this point in the history
(cherry picked from commit e657d2f)
  • Loading branch information
anton-abushkevich committed Sep 22, 2022
1 parent 6f2dd5d commit 8b26ad4
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 @@ -1564,7 +1564,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 8b26ad4

Please sign in to comment.