Introduce group basic federation, event new page and notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export function validateEmailField(value: string) {
|
||||
return value.includes('@') || 'Invalid e-mail.';
|
||||
return value.includes("@") || "Invalid e-mail.";
|
||||
}
|
||||
|
||||
export function validateRequiredField(value: any) {
|
||||
return !!value || 'Required.';
|
||||
return !!value || "Required.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user