mirror of
https://github.com/StanGirard/quivr.git
synced 2025-01-08 04:15:17 +03:00
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:
parent
f0ee99a1cf
commit
23c8f6cd49
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user