Skip to content

Commit

Permalink
Merge pull request #16265 from qburst/fix--16256
Browse files Browse the repository at this point in the history
fix: MultiSelect template demo
  • Loading branch information
cetincakiroglu authored Sep 26, 2024
2 parents 385dbe9 + 0ecaa30 commit e923440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/multiselect/templatedoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export class MultiSelectTemplateDemo implements OnInit {
selectedCountries!: Country[];
constructor() {
ngOnInit() {
this.countries = [
{ name: 'Australia', code: 'AU' },
{ name: 'Brazil', code: 'BR' },
Expand Down

0 comments on commit e923440

Please sign in to comment.