1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00
unleash.unleash/frontend/src/component/changeRequest
Thomas Heartman bfd82015d1
Fix each child in a list should have a key error. (#10393)
The console was complaining. I suspect it was because of the wrapping
fragment. So instead of doing everything within react, I switched to
using a standard case statement.

Also: because name is optional and not guaranteed to be unique, let's
use id for the key instead.
2025-07-22 13:03:33 +00:00
..
ChangeRequest chore: renames "Change" tab to "View change" to align with "View diff". (#10314) 2025-07-04 13:32:46 +02:00
ChangeRequestConfirmDialog chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
ChangeRequestOverview Fix each child in a list should have a key error. (#10393) 2025-07-22 13:03:33 +00:00
ChangeRequestSidebar chore: Use fixed-width sidebar instead of dynamic modal. (#10315) 2025-07-04 13:44:17 +02:00
ChangeRequestStatusBadge refactor: strategy draggable item is now proj/env agnostic (#9411) 2025-03-05 10:34:55 +01:00
ModifiedInChangeRequestStatusBadge Feat: scheduled change request badges (#5300) 2023-11-09 13:48:29 +02:00
ProjectChangeRequests feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
ChangeRequest.test.tsx feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
changeRequest.types.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
ChangeRequestContext.tsx chore: track metrics for how many CRs are moved into next state with conflicts (#6109) 2024-02-05 18:27:11 +09:00
ChangeRequestPermissions.test.tsx chore!: removing userId strategy for new installations of Unleash (#9800) 2025-06-04 09:30:13 +02:00
changesCount.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
UpdateCount.test.tsx feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
UpdateCount.tsx feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00