-
Notifications
You must be signed in to change notification settings - Fork 30
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
Added delete button to select compiled contracts #269
Added delete button to select compiled contracts #269
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From UI perspective looks good, but I can't delete the first element of the list (it's not even shows border on-hover for delete button), for other elements of the list works fine
…selectedContracts, as this was causing react hook errors whenever selectedContracts was changed from within the compiled contracts component.
…a selected contract. - if there are no compiled contracts, i.e. if someone deletes all contracts, then do not return the select component.
…ifacts # Conflicts: # .github/workflows/prod-build-and-deploy.yml # .scarb-version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.