[ACS-5645]removed unwanted space

This commit is contained in:
Yasa-Nataliya
2023-10-09 20:20:57 +05:30
parent 3ee604504f
commit cba5126f34
2 changed files with 2 additions and 2 deletions
@@ -38,7 +38,7 @@
<div class="adf-existing-categories-panel" *ngIf="existingCategoriesPanelVisible">
<ng-container *ngIf="isCRUDMode && (!existingCategoriesLoading || existingCategories)">
<span class="adf-create-category-label"
(click)="addCategory()"
(click)="addCategory()"
[hidden]="categoryNameControl.invalid || typing">
{{ 'CATEGORIES_MANAGEMENT.GENERIC_CREATE' | translate : { name: categoryNameControl.value } }}
</span>