Browse Source

Fix control flow

pull/2933/head
Thomas Kaul 2 years ago
parent
commit
eac916a75c
  1. 1
      apps/client/src/app/pages/portfolio/allocations/allocations-page.html

1
apps/client/src/app/pages/portfolio/allocations/allocations-page.html

@ -9,6 +9,7 @@
[placeholder]="placeholder" [placeholder]="placeholder"
(valueChanged)="filters$.next($event)" (valueChanged)="filters$.next($event)"
/> />
}
</div> </div>
</div> </div>
<div class="row"> <div class="row">

Loading…
Cancel
Save