Skip to content

Commit

Permalink
add CSW21 to editor lexica
Browse files Browse the repository at this point in the history
  • Loading branch information
domino14 committed Nov 22, 2024
1 parent 7dcb413 commit 8d91703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liwords-ui/src/boardwizard/editor_control.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const CreationForm = (props: CreationFormProps) => {
{/* exclude ECWL since that lexicon can't be played without VOID for now */}
<LexiconFormItem
excludedLexica={new Set(['ECWL'])}
additionalLexica={['NWL20', 'NWL18', 'CSW19']}
additionalLexica={['NWL20', 'NWL18', 'CSW19', 'CSW21']}
/>
<Form.Item
label="Challenge rule"
Expand Down

0 comments on commit 8d91703

Please sign in to comment.