Asset group title fix

This commit is contained in:
softsimon 2024-01-19 10:24:04 +07:00
parent 9e240e55ce
commit 7fd8ae375c
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -4,7 +4,7 @@
<ng-template #title>
<div class="main-title">
<h2>{{ group.name }}</h2>
<h2>{{ group['group'].name }}</h2>
<div class="sub-title" i18n>Group of {{ group.assets.length | number }} assets</div>
</div>
</ng-template>