fix build errors
All checks were successful
Build and Deploy React Package / build-and-publish (push) Successful in 1m40s

This commit is contained in:
2026-05-25 14:37:04 +03:00
parent 3caf0153dd
commit ce54d79ab3
4 changed files with 13 additions and 19 deletions

View File

@@ -192,7 +192,7 @@ function TeamMemberCard(props: { cur_team: Team; member: TeamMember }) {
}}
>
<UnstyledButton
onClick={(e) => {
onClick={(e: Event) => {
e.stopPropagation();
deleteMember({
team_id: props.cur_team.id,