feat(new-hotel): add more validation error messages

This commit is contained in:
Jan Gleytenhoover 2025-01-28 08:48:03 +01:00
parent 386813c524
commit 16b2670642
Signed by: jank
GPG key ID: 50620ADD22CD330B

View file

@ -34,6 +34,8 @@ export class NewHotelComponent {
private fullFormValidationErrorMessages: Record<string, string> = {
mismatch: 'The name and description have to be the same',
mismatchEmail: 'The Emails must be the same.',
mismatchPhone: 'The Phone numbers must be the same.',
};
updateErrorMessages(): void {