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

ActionGroup im actionConfirm-Modal im Context-Menü wird nicht angezeigt #1073

Open
patrickhilker opened this issue Dec 11, 2024 · 2 comments
Labels

Comments

@patrickhilker
Copy link
Member

<ContextMenu>
  <Action
    action={() => {
      deleteUserMutation.mutateAsync(user.username);
    }}
  >
    <DeleteUserModal username={user.username} />
    <MenuItem>Benutzer löschen</MenuItem>
  </Action>
</ContextMenu>
@Lisa18289
Copy link
Member

Das liegt daran, dass du Actions nicht um ein MenuItem packen kannst, die funktionieren nur mit Buttons

@thueske
Copy link
Member

thueske commented Dec 12, 2024

Auch hier: Spricht was dagegen, das umzusetzen?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants