web/admin: lint

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-12-28 12:07:14 +01:00
parent 62aa4336a8
commit be308b3392
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ export class RelatedGroupList extends Table<Group> {
groupUuid: item.pk,
userAccountRequest: {
pk: this.targetUser?.pk || 0,
}
},
});
}}
>

View File

@ -92,7 +92,7 @@ export class RelatedUserList extends Table<User> {
groupUuid: this.targetGroup?.pk || "",
userAccountRequest: {
pk: item.pk,
}
},
});
}}
>