mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(customer-card-main-view): Take activeCardCode first if it exist
Refs: #5503
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
}
|
||||
|
||||
<crm-customer-card-transactions
|
||||
[cardCode]="firstCardCode()"
|
||||
[cardCode]="activeCardCode ?? firstCardCode()"
|
||||
class="mt-8"
|
||||
(reload)="reloadCardTransactionsAndCards()"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user