Skip to content

Commit

Permalink
Merge pull request #4714 from FlowFuse/4699-reason-order
Browse files Browse the repository at this point in the history
Re-order Join Reason options in Sign Up page
  • Loading branch information
cstns authored Oct 30, 2024
2 parents 790f476 + 3f91fbf commit 1fc01fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/account/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ export default {
general: ''
},
reasons: [
{ label: 'Educational Use', value: 'education' },
{ label: 'Business Needs', value: 'business' },
{ label: 'Personal Use', value: 'personal' },
{ label: 'Educational Use', value: 'education' }
{ label: 'Personal Use', value: 'personal' }
]
}
},
Expand Down

0 comments on commit 1fc01fe

Please sign in to comment.