fix: source typo in EditUserForm.tsx (#19157)

This commit is contained in:
luzpaz
2025-02-07 12:48:24 +00:00
committed by GitHub
parent 808de26401
commit 01e442df17
@@ -392,7 +392,7 @@ function AttributesList(props: { selectedUserId: number }) {
<>
<div key={option.value} className="flex items-center justify-between">
<Label
htmlFor={`attributes.${index}.otions.${idx}.weight`}
htmlFor={`attributes.${index}.options.${idx}.weight`}
className="text-subtle">
{option.label}
</Label>