Browse Source

resolve comments

pull/4604/head
KenTandrian 4 months ago
parent
commit
bb2e9817e5
  1. 5
      apps/client/src/app/components/home-watchlist/create-watchlist-item-dialog/create-watchlist-item-dialog.html

5
apps/client/src/app/components/home-watchlist/create-watchlist-item-dialog/create-watchlist-item-dialog.html

@ -9,10 +9,7 @@
<div>
<mat-form-field appearance="outline" class="w-100">
<mat-label i18n>Name, symbol or ISIN</mat-label>
<gf-symbol-autocomplete
formControlName="searchSymbol"
[includeIndices]="true"
/>
<gf-symbol-autocomplete formControlName="searchSymbol" />
</mat-form-field>
</div>
</div>

Loading…
Cancel
Save