Skip to content

Commit

Permalink
bug fix (#3244)
Browse files Browse the repository at this point in the history
Co-authored-by: Mohammed farhan K <[email protected]>
  • Loading branch information
sret-farhan2021 and Mohammed farhan K authored Oct 25, 2024
1 parent bf4b3df commit aac7a7c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export class FyUserlistModalComponent implements OnInit, AfterViewInit {
ngOnInit() {
this.intialSelectedEmployees = cloneDeep(this.currentSelections);
this.intialSelectedEmployees.sort((a, b) => (a < b ? -1 : 1));
this.selectedItemDict = this.getSelectedItemDict();
}

clearValue() {
Expand Down

0 comments on commit aac7a7c

Please sign in to comment.