Skip to content

Commit 9b23981

Browse files
committed
Fix missing key in map in the form
1 parent 7644bc6 commit 9b23981

File tree

1 file changed

+1
-0
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.billing-alerts

1 file changed

+1
-0
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.billing-alerts/route.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ export default function Page() {
231231
<CheckboxWithLabel
232232
name={alertLevels.name}
233233
id={`level_${level}`}
234+
key={level}
234235
value={level.toString()}
235236
variant="simple/small"
236237
label={

0 commit comments

Comments
 (0)