You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui5-tree): noDataText is now properly rendered (SAP#11095)
There was a problem where noDataText wasn't rendered even if there are no tree items in the tree. This is because there was a an internal element counted as a child of the tree in its tsx template.
With this fix, the noDataText is now properly rendered when there are no tree items in the tree.
Fixes: SAP#11073
0 commit comments