Skip to content

Commit

Permalink
feat: update dropdown menu to reflect 1/20/25 EO TCKT-000
Browse files Browse the repository at this point in the history
  • Loading branch information
kalasgarov committed Mar 5, 2025
1 parent 5a3abf7 commit 42f54ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/design/src/FormManager/FormEdit/AddPatternDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ const sidebarPatterns: DropdownPattern[] = [
defaultFormConfig.patterns['social-security-number'],
'Personal information',
],
[
'gender-id',
defaultFormConfig.patterns['gender-id'],
'Personal information',
],
// [
// 'gender-id',
// defaultFormConfig.patterns['gender-id'],
// 'Personal information',
// ],
['fieldset', defaultFormConfig.patterns['fieldset'], 'Form structure'],
['repeater', defaultFormConfig.patterns['repeater'], 'Form structure'],
['page', defaultFormConfig.patterns['page'], 'Form structure'],
Expand Down

0 comments on commit 42f54ee

Please sign in to comment.