mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-18 01:11:46 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
62badeb9d6
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ UserSchema = c.object {},
|
|||
schoolFilter:
|
||||
title: 'School'
|
||||
type: 'string'
|
||||
enum: ['Top 20 Eng.', 'Other US', 'Other Intl.']
|
||||
enum: ['Top 20 Eng.', 'Other US', 'Other Intl.','Top School', 'Other']
|
||||
locationFilter:
|
||||
title: 'Location'
|
||||
type: 'string'
|
||||
|
|
Loading…
Reference in a new issue