Skip to content

Commit

Permalink
Merge pull request #424 from kac89/dev
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
kac89 authored Sep 18, 2024
2 parents 73423a2 + 6275011 commit f26e486
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/settings/settings.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ export class SettingsComponent implements OnInit {
}
});

this.getProfiles();
this.getTemplates();

}
}

Expand All @@ -168,6 +171,7 @@ export class SettingsComponent implements OnInit {
this.ReportProfilesdataSource.paginator = this.paginator;
this.ReportProfilesdataSource.sort = this.sort;
}

this.getAPIReportProfiles();
});
}
Expand Down

0 comments on commit f26e486

Please sign in to comment.