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
Originally posted by kimpenhaus January 25, 2022
Hi,
there seems to be a change lately which shows a 'no items to show yet' label in empty, expanded container with no elements. Before those container were hidden - is there any config prop to enable the old behavior again?
Raised by @kimpenhaus in #444
Originally posted by kimpenhaus January 25, 2022
Hi,
there seems to be a change lately which shows a 'no items to show yet' label in empty, expanded container with no elements. Before those container were hidden - is there any config prop to enable the old behavior again?
Thanks,
m.
Probably Cause
The
no-results
class is being correctly applieddashy/src/views/Home.vue
Lines 45 to 46 in 5f8a83f
But the CSS that hides the section doesn't seem to have any effect:
dashy/src/views/Home.vue
Lines 262 to 263 in 5f8a83f
The text was updated successfully, but these errors were encountered: