web/admin: lint
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
62aa4336a8
commit
be308b3392
|
@ -60,7 +60,7 @@ export class RelatedGroupList extends Table<Group> {
|
||||||
groupUuid: item.pk,
|
groupUuid: item.pk,
|
||||||
userAccountRequest: {
|
userAccountRequest: {
|
||||||
pk: this.targetUser?.pk || 0,
|
pk: this.targetUser?.pk || 0,
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
|
@ -92,7 +92,7 @@ export class RelatedUserList extends Table<User> {
|
||||||
groupUuid: this.targetGroup?.pk || "",
|
groupUuid: this.targetGroup?.pk || "",
|
||||||
userAccountRequest: {
|
userAccountRequest: {
|
||||||
pk: item.pk,
|
pk: item.pk,
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
Reference in New Issue