Commit 105117bc by Muhammad Usman

S67669503 # Client Incoming Issues #Phone message is out of context.

parent 24777d4b
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</p-inputMask> </p-inputMask>
</app-form-control> </app-form-control>
<div class="mobile-no-msg" <div class="mobile-no-msg"
*ngIf="(form.form.get('Mobile').touched && form.form.get('Mobile').dirty) && (!careerProfile.Mobile || careerProfile.Mobile.length < 11)"> *ngIf="form.form.get('Mobile')?.touched && (!careerProfile.Mobile || careerProfile.Mobile.length < 11)">
You did not enter a mobile phone number. We occasionally try to contact you via text message. You did not enter a mobile phone number. We occasionally try to contact you via text message.
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment