1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00
unleash.unleash/frontend/src/component/changeRequest/ChangeRequest
Thomas Heartman 01a38becb3
fix: handle title diffing correctly in strategy change diffs (#5971)
A strategy title can be either an empty string or undefined on the
type we use in the frontend. In the snapshot it can be an empty
string, null (presumably), and undefined.

This change updates the diffing logic to handle the various title diff
cases correctly. It also updates the type used for the snapshot to
reflect this.
2024-01-19 18:56:46 +04:00
..
Changes fix: handle title diffing correctly in strategy change diffs (#5971) 2024-01-19 18:56:46 +04:00
NameWithChangeInfo chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
StrategyTooltipLink feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
ChangeRequest.test.tsx refactor: use union types for change request types (#5870) 2024-01-12 13:15:43 +05:30
ChangeRequest.tsx refactor: use union types for change request types (#5870) 2024-01-12 13:15:43 +05:30
SegmentTooltipLink.tsx refactor: clean up some unused imports (#4597) 2023-09-01 15:32:15 +01:00