1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-18 11:14:57 +02:00
unleash.unleash/frontend/src/component/feature
Thomas Heartman fa28ee2d6a
Fix invalid dom nesting error and remove redundant braces (#10115)
Fixes a console log about invalid dom nesting:

<img width="1256" alt="image"
src="https://github.com/user-attachments/assets/0849103c-6901-4b64-a124-00eaf8cc7dde"
/>

I've changed the offending div to a span. We set `display: flex` on it,
anyway, so it shouldn't make a difference.

I've also removed some redundant functions and braces that we don't
need.
2025-06-11 12:21:11 +02:00
..
CopyFeature feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
CreateFeatureButton
Dependencies feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
EditFeature Fix(1-3804)/store flag creation form state (#10089) 2025-06-06 13:01:16 +02:00
FeatureForm feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
FeatureNamingPatternInfo feat: ui for external link templates (#9945) 2025-05-12 11:05:04 +02:00
FeatureStrategy Fix invalid dom nesting error and remove redundant braces (#10115) 2025-06-11 12:21:11 +02:00
FeatureToggleList chore: remove flagsReleaseManagementUI and flagsOverviewSearch flags (#10011) 2025-05-16 15:13:32 +02:00
FeatureView Remove margin right for cleanup box (#10112) 2025-06-11 09:26:15 +00:00
hooks Fix(1-3804)/store flag creation form state (#10089) 2025-06-06 13:01:16 +02:00
StrategyTypes Chore(1-3807)/remove flag add edit strategy take2 (#10108) 2025-06-11 06:03:34 +00:00