hotfix and version fixes
This commit is contained in:
parent
085c1b40d5
commit
1f24095285
4 changed files with 7 additions and 3 deletions
|
@ -72,7 +72,7 @@
|
|||
<div class="col-md-9">
|
||||
<div class="row">
|
||||
<div class="col-md-6 btn-group-vertical">
|
||||
<label class="btn btn-secondary mb-0" [class.active]="categoryId == ''">
|
||||
<label class="btn btn-secondary mb-0" [class.active]="categoryId == null">
|
||||
<input value="" type="radio" name="radios" style="display:none;" [(ngModel)]="categoryId">Uncategorised
|
||||
</label>
|
||||
<label *ngFor="let category of leftCategoryList" class="btn btn-secondary mb-0" [class.active]="categoryId == category">
|
||||
|
|
Reference in a new issue