From 6bbd0b1e4c456786eff16e7100c807be69811cc2 Mon Sep 17 00:00:00 2001 From: Sophie Moustard Date: Wed, 29 Dec 2021 11:00:15 +0100 Subject: [PATCH] COM-2583 - update trainer directory --- .../components/trainers/ProfileInfo.vue | 14 ++++--- .../trainers/TrainerCreationModal.vue | 21 +++++----- .../ni/users/trainers/TrainerProfile.vue | 4 +- .../ni/users/trainers/TrainersDirectory.vue | 38 ++++++++----------- src/store/userProfile.js | 2 +- 5 files changed, 38 insertions(+), 41 deletions(-) diff --git a/src/modules/vendor/components/trainers/ProfileInfo.vue b/src/modules/vendor/components/trainers/ProfileInfo.vue index e10289db79..689ced52a9 100644 --- a/src/modules/vendor/components/trainers/ProfileInfo.vue +++ b/src/modules/vendor/components/trainers/ProfileInfo.vue @@ -5,11 +5,11 @@ + @blur="updateUser('identity.lastname')" :error="v$.userProfile.identity.lastname.$error" />
@@ -17,8 +17,8 @@
+ :error-message="phoneNbrError(v$.userProfile)" @blur="updateUser('contact.phone')" caption="Téléphone" + :error="v$.userProfile.contact.phone.$error" />
- + -