Skip to content

Commit b145e16

Browse files
authored
Merge pull request #1024 from trycompai/codex/remove-other-option-from--how-does-your-team-work--section
Remove 'Other' option in team work question
2 parents 69af2a8 + a6777b2 commit b145e16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/app/src/app/(app)/setup/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const steps: Step[] = [
100100
key: 'workLocation',
101101
question: 'How does your team work?',
102102
placeholder: 'e.g., Remote',
103-
options: ['Fully remote', 'Hybrid (office + remote)', 'Office-based', 'Other'],
103+
options: ['Fully remote', 'Hybrid (office + remote)', 'Office-based'],
104104
},
105105
{
106106
key: 'infrastructure',

0 commit comments

Comments
 (0)