1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component/feature
Nuno Góis 436849edf3
fix: revert table virtualization in variants per env (#2990)
Fixes a bug where some variant tables did not render properly if
scrolled all the way down.

Since we are not expecting to need virtualisation in these tables
anyways (each table should hopefully have a relatively low amount of
variants), reverting the `VirtualizedTable` usage to a normal one seemed
like the most straightforward solution at this stage, fixing the issue
without any noticeable side effects.


![image](https://user-images.githubusercontent.com/14320932/214568043-038ca72e-7f23-4114-8415-fb4eb287154e.png)
2023-01-25 14:23:45 +00:00
..
CopyFeature
CreateFeature
CreateFeatureButton
EditFeature
FeatureForm
FeatureStrategy fix: infinite rendering due to wrong effect deps (#2895) 2023-01-13 09:02:43 +01:00
FeatureToggleList feat: export ui api integration (#2888) 2023-01-12 16:09:13 +01:00
FeatureView fix: revert table virtualization in variants per env (#2990) 2023-01-25 14:23:45 +00:00
hooks
RedirectFeatureView
StrategyTypes