Skip to content
Snippets Groups Projects
Verified Commit 1a3c85c1 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #13649 TIME 0:30 js error in diffusion list

parent 439ced5c
No related branches found
No related tags found
No related merge requests found
...@@ -1010,6 +1010,8 @@ export class IndexingFormComponent implements OnInit { ...@@ -1010,6 +1010,8 @@ export class IndexingFormComponent implements OnInit {
} }
loadDiffusionList(field: any, value: any) { loadDiffusionList(field: any, value: any) {
this.appDiffusionsList.loadListModel(value); if (!this.functions.empty(this.appDiffusionsList)) {
this.appDiffusionsList.loadListModel(value);
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment