Merge branch 'fix'

This commit is contained in:
Yuri Kuznetsov
2024-04-20 11:33:33 +03:00

View File

@@ -98,7 +98,7 @@ class AddDashletModalView extends ModalView {
return true;
});
this.dashletList = this.dashletList.filter(item => {
this.dashletList.forEach(item => {
this.translations[item] = this.translate(item, 'dashlets');
});
}