Skip to content

Commit

Permalink
Concept added to a concept set has no Exclude/Descendants/Mapped flag
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-abushkevich authored Mar 6, 2023
1 parent 1af7708 commit 397a0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/conceptAddBox/concept-add-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ define([
}, 1000);

if (this.noPreview) {
this.onSubmit();
this.onSubmit(this.selectionOptions());
return;
}

Expand Down

0 comments on commit 397a0d3

Please sign in to comment.