Commit e24385dc by Tuukka Kivilahti

bug

1 parent 0fee3c89
Pipeline #36 passed
in 0 seconds
...@@ -54,7 +54,7 @@ export class MoyaLocaleComponent implements OnInit { ...@@ -54,7 +54,7 @@ export class MoyaLocaleComponent implements OnInit {
} }
if (save) { if (save) {
this.localeService.setUserLocale(locale).subscribe(); this.localeService.setUserLocale(locale);
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!