Skip to content

Commit

Permalink
NAS-132328: Apps - Lists do not show description (tooltip)
Browse files Browse the repository at this point in the history
(cherry picked from commit 456892a)
  • Loading branch information
AlexKarpov98 authored and bugclerk committed Nov 13, 2024
1 parent 9dd7883 commit 03d47fb
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 03d47fb

Please sign in to comment.