Browse Source

Reuse toggle component

pull/7586/head
Thomas Kaul 3 weeks ago
parent
commit
3b2dcbce92
  1. 2
      apps/client/src/app/components/home-holdings/home-holdings.html

2
apps/client/src/app/components/home-holdings/home-holdings.html

@ -11,7 +11,6 @@
class="d-none d-lg-block"
[defaultValue]="holdingsViewMode"
[isDisabled]="isHoldingsViewModeToggleDisabled"
[isLoading]="false"
[options]="holdingsViewModeOptions"
(valueChange)="onChangeHoldingsViewMode($event.value)"
/>
@ -19,7 +18,6 @@
<gf-toggle
class="d-none d-lg-block"
[defaultValue]="holdingType"
[isLoading]="false"
[options]="holdingTypeOptions"
(valueChange)="onChangeHoldingType($event.value)"
/>

Loading…
Cancel
Save