fix(frontend): onboarding modal (#3286)

# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
This commit is contained in:
Antoine Dewez 2024-09-30 15:51:32 +02:00 committed by GitHub
parent f0ee99a1cf
commit 23c8f6cd49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,10 +8,11 @@ export enum CompanySize {
Two = "10-25",
Three = "25-50",
Four = "50-100",
Five = "100-500",
Six = "500-1000",
Seven = "1000-5000",
Eight = "+5000",
Five = "100-250",
Six = "250-500",
Seven = "500-1000",
Eight = "1000-5000",
Nine = "+5000",
}
export enum UsagePurpose {