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/Changes
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
..
Change fix: handle title diffing correctly in strategy change diffs (#5971) 2024-01-19 18:56:46 +04:00
FeatureToggleChanges.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00