Fix a bug with category visibility in manage indicators

This commit is contained in:
Konstantinos Triantafyllou 2022-11-28 17:31:01 +02:00
parent 792108684e
commit b1397944a1
4 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit dc3660e562f59dc29021d55559b77655c17b8136
Subproject commit 2ad798c38a89a916339eb8c47b2a3e4b9b35d826

View File

@ -141,7 +141,7 @@
<div class="uk-flex uk-flex-middle">
<icon [flex]="true" [name]="v.icon" ratio="0.6"></icon>
<span class="uk-margin-small-left uk-width-expand">{{v.label}}</span>
<icon *ngIf="topic.visibility === v.value" [flex]="true" name="done"
<icon *ngIf="category.visibility === v.value" [flex]="true" name="done"
class="uk-text-secondary" ratio="0.8"></icon>
</div>
</a>

@ -1 +1 @@
Subproject commit 24779729b6f6bd4f099ed5645786b6452120d3d6
Subproject commit 658d017b02df4786e9b221f51eb39ef9a42c6d88

@ -1 +1 @@
Subproject commit e3e2a6ec11055f4d4352d0749bb1b484ddd711ae
Subproject commit fb1d7149654415dd6b848b86ab5187401f50975e