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,
|
||||
userAccountRequest: {
|
||||
pk: this.targetUser?.pk || 0,
|
||||
}
|
||||
},
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
|
|
@ -92,7 +92,7 @@ export class RelatedUserList extends Table<User> {
|
|||
groupUuid: this.targetGroup?.pk || "",
|
||||
userAccountRequest: {
|
||||
pk: item.pk,
|
||||
}
|
||||
},
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
|
Reference in New Issue