Enhancement: show name on cards if custom field empty, add tooltip (#6620)

This commit is contained in:
shamoon
2024-05-07 11:09:15 -07:00
committed by GitHub
parent 076b5b1af5
commit ce08400f4e
5 changed files with 39 additions and 23 deletions

View File

@@ -41,6 +41,9 @@ export class CustomFieldDisplayComponent implements OnInit, OnDestroy {
this.fieldId = parseInt(key.replace(DisplayField.CUSTOM_FIELD, ''), 10)
}
@Input()
showNameIfEmpty: boolean = false
value: any
currency: string