KEYCLOAK-3998 JS error in admin console when creating broker mapper
This commit is contained in:
parent
1a749dc7b7
commit
f0874bf585
1 changed files with 3 additions and 0 deletions
|
@ -197,6 +197,9 @@ module.factory('ComponentUtils', function() {
|
|||
var utils = {};
|
||||
|
||||
utils.addLastEmptyValueToMultivaluedLists = function(properties, config) {
|
||||
if (!properties) {
|
||||
return;
|
||||
}
|
||||
|
||||
for (var i=0 ; i<properties.length ; i++) {
|
||||
var prop = properties[i];
|
||||
|
|
Loading…
Reference in a new issue