Fixed wrong relation getting targeted

ref #72
This commit is contained in:
Nicolai Ort 2021-02-19 16:31:17 +01:00
parent 86f13003b5
commit 4f3f7d1edb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
isEmailValid &&
isPhoneValidOrEmpty &&
((isAddress1Valid && iszipcodevalid && iscityvalid) ||
address_checked === false);
editable.address_checked === false);
const promise = GroupContactService.groupContactControllerGetOne(
params.contact
).then((data) => {