mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-485] Fix card view int item validator when value is empty (#5205)
* [AAE-485] Fix card view int item validator when value is empty * Avoid creating a function every time we validate number * Add return type to method
This commit is contained in:
committed by
Eugenio Romano
parent
f0ac4b19ad
commit
2a76b0846d
@@ -59,7 +59,6 @@
|
||||
<button mat-icon-button class="adf-textitem-action" (click)="update()"
|
||||
[attr.aria-label]="'CORE.METADATA.ACTIONS.SAVE' | translate"
|
||||
[attr.title]="'CORE.METADATA.ACTIONS.SAVE' | translate"
|
||||
[disabled]="hasErrors()"
|
||||
[attr.data-automation-id]="'card-textitem-update-' + property.key">
|
||||
|
||||
<mat-icon class="adf-textitem-icon">done</mat-icon>
|
||||
|
Reference in New Issue
Block a user