Skip to content

Commit

Permalink
typo ...
Browse files Browse the repository at this point in the history
  • Loading branch information
WohlwendGitHub authored Jun 7, 2021
1 parent 152e875 commit b40d3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class AppComponent implements OnInit {
chipOptions: string[];
filterInfo = 'Momentan sortierts nach Tag: - und Kategorie: -';
toggleToTrue = true;
csvExportLink = environment.baseUrl + "/export/csv";
csvExportLink = environment.baseURL + "/export/csv";

@ViewChild('parent', { read: ViewContainerRef }) container: ViewContainerRef;

Expand Down

0 comments on commit b40d3ef

Please sign in to comment.