forked from MapComplete/MapComplete
Fix: filtering for dates now works again
This commit is contained in:
parent
75a8ef5cb8
commit
bea9f66b9a
3 changed files with 25 additions and 13 deletions
|
@ -68,7 +68,7 @@ export abstract class Validator {
|
|||
}
|
||||
|
||||
public getPlaceholder() {
|
||||
return Translations.t.validation[this.name].description
|
||||
return Translations.t.validation[this.name]?.description
|
||||
}
|
||||
|
||||
public isValid(_: string, getCountry?: () => string): boolean {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue