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

fix/ action button still clickable after max reached #1250

Merged
merged 3 commits into from
Oct 4, 2023

Conversation

buckhalt
Copy link
Member

@buckhalt buckhalt commented Sep 28, 2023

Fixes a bug where additional nodes could be added on name generators with forms after the max nodes had been added.

  • This was due to the button still being clickable even if it appeared disabled.

  • Decided to fix in codaco/ui instead of handling this here. Implemented in release/5.8.5 Network-Canvas-UI#208 .

  • This PR updates the ui package to 5.8.5 which fixes this issue, and removes the checks within the onclick function for disabled as they are no longer needed.

@buckhalt buckhalt requested a review from jthrilly September 28, 2023 22:00
@jthrilly jthrilly merged commit 717c15d into release/6.5.1 Oct 4, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants