Skip to content

Commit 9d34630

Browse files
committed
Update YamlSidePanelWithLoader.tsx
1 parent 71c8955 commit 9d34630

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/Yaml/YamlSidePanelWithLoader.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import IllustratedError from '../Shared/IllustratedError.tsx';
66

77
import { Resource } from '../../utils/removeManagedFieldsAndFilterData.ts';
88
import { YamlSidePanel } from './YamlSidePanel.tsx';
9-
import { CustomResourceDefinitionObject } from '../../lib/api/types/crate/customResourceDefinitionObject.ts';
10-
import { CustomResourceDefinition } from '../../types/customResourceDefinition.ts';
119

1210
import { ApiConfig } from '../../lib/api/types/apiConfig.ts';
1311

@@ -24,7 +22,6 @@ export function YamlSidePanelWithLoader({
2422
resourceType,
2523
resourceName,
2624
isEdit = false,
27-
2825
apiConfig,
2926
}: YamlSidePanelWithLoaderProps) {
3027
const { t } = useTranslation();

0 commit comments

Comments
 (0)