Skip to content

Commit b0128a1

Browse files
Revert "new: [STORIF-62] - Quotas informational banner created. (#12531)" (#12587)
This reverts commit 335782c.
1 parent 5cbf8db commit b0128a1

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

packages/manager/src/features/ObjectStorage/BucketDetail/BucketDetail.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import {
3030
import { fetchBucketAndUpdateCache } from 'src/queries/object-storage/utilities';
3131
import { sendDownloadObjectEvent } from 'src/utilities/analytics/customEventAnalytics';
3232

33-
import { QuotasInfoNotice } from '../QuotasInfoNotice';
3433
import { deleteObject as _deleteObject } from '../requests';
3534
import {
3635
displayName,
@@ -357,7 +356,6 @@ export const BucketDetail = () => {
357356
<>
358357
<DocumentTitleSegment segment={`${bucketName} | Bucket`} />
359358
<BucketBreadcrumb bucketName={bucketName} prefix={prefix} />
360-
<QuotasInfoNotice action="adding objects" />
361359
<ObjectUploader
362360
bucketName={bucketName}
363361
clusterId={clusterId}

packages/manager/src/features/ObjectStorage/BucketLanding/OMC_CreateBucketDrawer.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import { PRICES_RELOAD_ERROR_NOTICE_TEXT } from 'src/utilities/pricing/constants
3232
import { reportAgreementSigningError } from 'src/utilities/reportAgreementSigningError';
3333

3434
import { EnableObjectStorageModal } from '../EnableObjectStorageModal';
35-
import { QuotasInfoNotice } from '../QuotasInfoNotice';
3635
import { BucketRegions } from './BucketRegions';
3736
import { StyledEUAgreementCheckbox } from './OMC_CreateBucketDrawer.styles';
3837
import { OveragePricing } from './OveragePricing';
@@ -285,7 +284,6 @@ export const OMC_CreateBucketDrawer = (props: Props) => {
285284
return (
286285
<Drawer onClose={handleClose} open={isOpen} title="Create Bucket">
287286
<form onSubmit={handleBucketFormSubmit}>
288-
<QuotasInfoNotice action="creating a bucket" />
289287
{isRestrictedUser && (
290288
<Notice
291289
data-qa-permissions-notice

packages/manager/src/features/ObjectStorage/QuotasInfoNotice.tsx

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)