Studio: fix presets

This commit is contained in:
Pieter Vander Vennet 2023-06-20 01:32:24 +02:00
parent 223acee29c
commit 4c59f4482d
17 changed files with 244 additions and 62 deletions

View file

@ -61,7 +61,7 @@ export abstract class Validator {
return Translations.t.validation[this.name].description
}
public isValid(_: string, __?: () => string): boolean {
public isValid(key: string, getCountry?: () => string): boolean {
return true
}