Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEOS-1424: fixes ability to remove a team invite #2682

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

nickzelei
Copy link
Member

No description provided.

@nickzelei nickzelei added the bug Something isn't working label Sep 12, 2024
Copy link

linear bot commented Sep 12, 2024

@@ -232,7 +232,7 @@ interface DeleteInviteButtonProps {
}

function DeleteInviteButton({ inviteId, onDeleted }: DeleteInviteButtonProps) {
const { mutateAsync } = useMutation(deleteAccountApiKey);
const { mutateAsync } = useMutation(removeTeamAccountInvite);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rip

@nickzelei nickzelei added bug Something isn't working and removed bug Something isn't working labels Sep 12, 2024
@nickzelei nickzelei merged commit 536a616 into main Sep 12, 2024
3 of 4 checks passed
@nickzelei nickzelei deleted the nick/neos-1424-remove-member-invite-not-working branch September 12, 2024 20:49
Copy link

vercel bot commented Sep 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
neosync-docs ⬜️ Ignored (Inspect) Sep 12, 2024 8:50pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants