Skip to content

Commit 2eede5f

Browse files
[REVERT AFTER THE REVIEW] Unrenamed files.
1 parent 1514c40 commit 2eede5f

8 files changed

Lines changed: 9 additions & 6 deletions

File tree

packages/manager/src/features/ObjectStorage/AccessKeyLanding/AccessKeysDrawerOutlet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import React from 'react';
22

33
import { useIsObjMultiClusterEnabled } from '../hooks/useIsObjectStorageGen2Enabled';
4-
import { AccessKeyDrawer } from './AccessKeyDrawer';
54
import { useAccessKeyDrawers } from './hooks/useAccessKeyDrawers';
65
import { HostNamesDrawer } from './HostNamesDrawer';
6+
import { AccessKeyDrawer } from './OMC_AccessKeyDrawer';
77
import { ViewPermissionsDrawer } from './ViewPermissionsDrawer';
88

99
export const AccessKeysDrawerOutlet = () => {

packages/manager/src/features/ObjectStorage/AccessKeyLanding/AccessKeyDrawer.tsx renamed to packages/manager/src/features/ObjectStorage/AccessKeyLanding/OMC_AccessKeyDrawer.tsx

File renamed without changes.

packages/manager/src/features/ObjectStorage/AccessKeyLanding/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
hasLabelOrRegionsChanged,
55
} from './utils';
66

7-
import type { DisplayedAccessKeyScope, FormState } from './AccessKeyDrawer';
7+
import type { DisplayedAccessKeyScope, FormState } from './OMC_AccessKeyDrawer';
88
import type { ObjectStorageKey } from '@linode/api-v4/lib/object-storage';
99

1010
describe('generateUpdatePayload', () => {

packages/manager/src/features/ObjectStorage/AccessKeyLanding/utils.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import { areArraysEqual, sortByString } from '@linode/utilities';
22

3-
import type { DisplayedAccessKeyScope, FormState } from './AccessKeyDrawer';
3+
import type {
4+
DisplayedAccessKeyScope,
5+
FormState,
6+
} from './OMC_AccessKeyDrawer.js';
47
import type { ObjectStorageKey } from '@linode/api-v4/lib/object-storage';
58

69
type UpdatePayload =

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React from 'react';
22

33
import { BucketDetailsDrawer } from './BucketDetailsDrawer';
4-
import { CreateBucketDrawer } from './CreateBucketDrawer';
54
import { useBucketDrawers } from './hooks/useBucketDrawers';
5+
import { CreateBucketDrawer } from './OMC_CreateBucketDrawer';
66

77
export const BucketDrawerOutlet = () => {
88
const { drawer, closeDrawer } = useBucketDrawers();

packages/manager/src/features/ObjectStorage/BucketLanding/CreateBucketDrawer.styles.ts renamed to packages/manager/src/features/ObjectStorage/BucketLanding/OMC_CreateBucketDrawer.styles.ts

File renamed without changes.

packages/manager/src/features/ObjectStorage/BucketLanding/CreateBucketDrawer.test.tsx renamed to packages/manager/src/features/ObjectStorage/BucketLanding/OMC_CreateBucketDrawer.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { makeResourcePage } from 'src/mocks/serverHandlers';
66
import { http, HttpResponse, server } from 'src/mocks/testServer';
77
import { renderWithThemeAndHookFormContext } from 'src/utilities/testHelpers';
88

9-
import { CreateBucketDrawer } from './CreateBucketDrawer';
9+
import { CreateBucketDrawer } from './OMC_CreateBucketDrawer';
1010

1111
const props = {
1212
isOpen: true,

packages/manager/src/features/ObjectStorage/BucketLanding/CreateBucketDrawer.tsx renamed to packages/manager/src/features/ObjectStorage/BucketLanding/OMC_CreateBucketDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import { reportAgreementSigningError } from 'src/utilities/reportAgreementSignin
3434
import { EnableObjectStorageModal } from '../EnableObjectStorageModal';
3535
import { QuotasInfoNotice } from '../QuotasInfoNotice';
3636
import { BucketRegions } from './BucketRegions';
37-
import { StyledEUAgreementCheckbox } from './CreateBucketDrawer.styles';
37+
import { StyledEUAgreementCheckbox } from './OMC_CreateBucketDrawer.styles';
3838
import { OveragePricing } from './OveragePricing';
3939

4040
import type {

0 commit comments

Comments
 (0)