Fix a bug with category visibility in manage indicators
This commit is contained in:
parent
792108684e
commit
b1397944a1
|
@ -1 +1 @@
|
|||
Subproject commit dc3660e562f59dc29021d55559b77655c17b8136
|
||||
Subproject commit 2ad798c38a89a916339eb8c47b2a3e4b9b35d826
|
|
@ -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
|
Loading…
Reference in New Issue