forked from MapComplete/MapComplete
Fix bug with multianswers triggering an error
This commit is contained in:
parent
25be01b8ad
commit
f4f7ae8f93
4 changed files with 9 additions and 22 deletions
|
@ -2,7 +2,7 @@ import { Utils } from "../Utils";
|
|||
|
||||
export default class Constants {
|
||||
|
||||
public static vNumber = "0.5.0-rc5";
|
||||
public static vNumber = "0.5.0a";
|
||||
|
||||
// The user journey states thresholds when a new feature gets unlocked
|
||||
public static userJourney = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue