moved subscriptions and licences requests to subpages & renaming
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
case "licence_number":
|
||||
return typeof value === "string" && value.length == 11
|
||||
? null
|
||||
: $t("validation.drivers_licence");
|
||||
: $t("validation.licence");
|
||||
|
||||
default:
|
||||
return typeof value === "string" && !value.trim() && required
|
||||
|
||||
Reference in New Issue
Block a user