1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/frontend/src/component/common/NewConstraintAccordion
Thomas Heartman fd91cd1771
fix: don't use kebab-case for properties (#5979)
These are apparently unsupported in css objects and using the camelCased (or PascalCased) versions was the suggested fix.
2024-01-22 12:26:25 +00:00
..
ConstraintAccordionEdit Fix/autosave on delete (#5899) 2024-01-16 09:23:35 +01:00
ConstraintAccordionHeaderActions fix: refactor autosave to use the id to resolve the constraint (#5917) 2024-01-17 08:51:54 +01:00
ConstraintAccordionView fix: don't use kebab-case for properties (#5979) 2024-01-22 12:26:25 +00:00
ConstraintOperator Feat/disabled strategies (#5930) 2024-01-17 13:20:39 +01:00
ConstraintValueSearch
NewConstraintAccordionList fix: refactor autosave to use the id to resolve the constraint (#5917) 2024-01-17 08:51:54 +01:00
ConstraintIcon.tsx
ConstraintOperatorSelect.tsx chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
NewConstraintAccordion.tsx