Skip to content

Commit

Permalink
add "Item" suffix to tandem for combo box list items, #195
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Aug 13, 2020
1 parent bc85162 commit 568788e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/SoluteComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class SoluteComboBox extends ComboBox {
} );

items.push( new ComboBoxItem( hBox, solute, {
tandemName: solute.tandemName
tandemName: solute.tandemName + 'Item' // Item suffix is required by ComboBoxItem
} ) );
} );

Expand Down

0 comments on commit 568788e

Please sign in to comment.