Skip to content

Commit 18a282f

Browse files
committed
feat(clients): set services selected on modal
1 parent 8c401ad commit 18a282f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/common-docs/src/components/contact-modal/contactModal.components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class ContactModalComponent implements OnDestroy {
6565
element.style.display = 'block';
6666
}
6767

68-
if (this.router.url.includes('/services')) {
68+
if (this.router.url.includes('/services') || this.router.url.includes('/clients')) {
6969
this.form.get('type')?.setValue('service');
7070
} else if (this.router.url.includes('/careers')) {
7171
this.form.get('type')?.setValue('career');

0 commit comments

Comments
 (0)