Skip to content

Commit 4254ce6

Browse files
authored
Remove 3XL size option
1 parent a7ba740 commit 4254ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/pages/Registration/RegistrationFields.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ export const fields = {
463463
shirtSize: {
464464
type: 'dropdown',
465465
label: 'T-shirt Size',
466-
values: ['S', 'M', 'L', 'XL', '2XL', '3XL'],
466+
values: ['S', 'M', 'L', 'XL', '2XL'],
467467
initialSelectedIndex: 1,
468468
className: 'half-width-input',
469469
isRequiredInput: true,

0 commit comments

Comments
 (0)