[DE] Fix form roles

This commit is contained in:
Julia Radzhabova 2022-12-29 15:51:31 +03:00
parent 4f5e062122
commit 6a0b1f3117

View file

@ -137,7 +137,7 @@ define([ 'common/main/lib/view/AdvancedSettingsWindow',
name: role.asc_getName() || me.textAnyone,
color: role.asc_getColor(),
fields: fields,
index: i,
index: arr.length,
scope: this
});
}