We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46206a commit 27aadf4Copy full SHA for 27aadf4
1 file changed
services/language_translation/v2.html
@@ -177,7 +177,7 @@
177
base_model_first_iteration = false;
178
});
179
} else {
180
- unique_domains.forEach(function (base_model) {
+ base_models_available_ids.forEach(function (base_model) {
181
if (base_model_selected === domain) {
182
$('select#node-input-basemodel').append('<option value="' + base_model + '" selected="selected">' + base_model + '</option>');
183
0 commit comments