We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c401ad commit 18a282fCopy full SHA for 18a282f
1 file changed
libs/common-docs/src/components/contact-modal/contactModal.components.ts
@@ -65,7 +65,7 @@ export class ContactModalComponent implements OnDestroy {
65
element.style.display = 'block';
66
}
67
68
- if (this.router.url.includes('/services')) {
+ if (this.router.url.includes('/services') || this.router.url.includes('/clients')) {
69
this.form.get('type')?.setValue('service');
70
} else if (this.router.url.includes('/careers')) {
71
this.form.get('type')?.setValue('career');
0 commit comments