fix: BucketRateLimitTable bug causing page crashes on Object Storage Bucket Create/Details drawer#10849
fix: BucketRateLimitTable bug causing page crashes on Object Storage Bucket Create/Details drawer#10849coliu-akamai wants to merge 2 commits intolinode:developfrom
Conversation
| <Radio | ||
| checked={row.checked} | ||
| disabled | ||
| name="limit-selection" | ||
| onChange={() => {}} | ||
| value="2" | ||
| /> |
There was a problem hiding this comment.
Old props for the radio - I'm unsure if the BucketRateLimitTable on the Details/Create drawer will eventually become part of a form, but for now placing this back in so that the page doesn't crash when trying to view the drawers
…et Create and Bucket Details drawer
|
Coverage Report: ✅ |
pmakode-akamai
left a comment
There was a problem hiding this comment.
Hi @coliu-akamai, Thanks for the fix 👍, but I believe this will be addressed in PR #10857. As planned, we have decided to remove the react-hook-form logic from the BucketRateLimitTable. You can refer to the PR description for more details.
Given that we already have the OBJ cleanup PR, I’m not sure if we still need this one 😬. What are your thoughts, @jaalah-akamai?
|
@pmakode-akamai thanks for pointing that out! Happy to close this PR then, since this one still has the react form logic. |
|
Thanks @coliu-akamai I'll include this PR in a future ticket since your work could be useful for whoever takes on this task later. |
Description 📝
Target release date 🗓️
n/a
How to test 🧪
Reproduction steps
Verification steps
yarn test BucketRateLimitTable.test.tsxAs an Author I have considered 🤔
Check all that apply