manager
manager copied to clipboard
fix: BucketRateLimitTable bug causing page crashes on Object Storage Bucket Create/Details drawer
Description ๐
- Quick fix to prevent the 'Oh snap' error from occurring due to no form context when on the Object Storage Create/Details drawer - this just restores the table's behavior to what it used to be on the Create/Details drawer
Target release date ๐๏ธ
n/a
How to test ๐งช
Reproduction steps
- with MSW and OBJ Gen2 flag enabled, navigate to Object Storage landing page
- Create Bucket drawer: select a region with endpoints (Seattle) and click either endpoint E2 or E2
- Bucket details drawer: click on the details button for a bucket with endpoint type E2 or E3
- oh snap'd
Verification steps
- Verify page no longer crashes when opening up bucket details drawer and bucket create drawer for steps above
- verify Bucket Properties page still works as expected
-
yarn test BucketRateLimitTable.test.tsx
As an Author I have considered ๐ค
Check all that apply
- [ ] ๐ Doing a self review
- [ ] โ Our contribution guidelines
- [ ] ๐ค Splitting feature into small PRs
- [x] โ Adding a changeset
- [ ] ๐งช Providing/Improving test coverage
- [ ] ๐ Removing all sensitive information from the code and PR description
- [ ] ๐ฉ Using a feature flag to protect the release
- [ ] ๐ฃ Providing comprehensive reproduction steps
- [ ] ๐ Providing or updating our documentation
- [ ] ๐ Scheduling a pair reviewing session
- [ ] ๐ฑ Providing mobile support
- [ ] โฟ Providing accessibility support