Skip to content

Commit

Permalink
Minor text/formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RaduADumitru committed Nov 7, 2024
1 parent affc079 commit e9806cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
var cmpChildrenEditor = $(childrenEditor).adaptTo("cmp-childreneditor");
if (cmpChildrenEditor) {
if (singleExpansion) {
// Check "None" option exists or not, if not then add textcontent
if(!expandedSelect.items._container.textContent.includes("None")){
// Check if "None" option exists or not, if not then add textContent
if (!expandedSelect.items._container.textContent.includes("None")) {
expandedSelect.items.add({
selected: (selectedValues.length === 0),
content: {
Expand Down

0 comments on commit e9806cd

Please sign in to comment.