Skip to content

Commit

Permalink
Update projects/valtimo/components/src/lib/components/multi-input/car…
Browse files Browse the repository at this point in the history
…bon-multi-input.component.ts

Co-authored-by: teodor-ritense <[email protected]>
  • Loading branch information
mbritense and teodor-ritense authored Dec 24, 2024
1 parent 6bbd274 commit 3a429a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class CarbonMultiInputComponent implements OnInit, OnDestroy {

public readonly dropdownItems$ = new BehaviorSubject<Array<ListItemWithId>>([]);

private _subscriptions = new Subscription();
private readonly _subscriptions = new Subscription();

public ngOnInit(): void {
this.values$.next(this.getInitialRows());
Expand Down

0 comments on commit 3a429a2

Please sign in to comment.