Skip to content

Commit

Permalink
NAS-132328: Apps - Lists do not show description (tooltip) (#11024)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 authored Nov 13, 2024
1 parent 83fed19 commit afc45eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
[empty]="getFormArray.controls.length === 0"
[formArrayName]="dynamicSchema.controlName"
[default]="dynamicSchema.default"
[tooltip]="dynamicSchema.tooltip | translate"
[itemsSchema]="dynamicSchema.itemsSchema"
[required]="dynamicSchema.required"
[isEditMode]="isEditMode"
Expand Down

0 comments on commit afc45eb

Please sign in to comment.