We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c8955 commit 9d34630Copy full SHA for 9d34630
src/components/Yaml/YamlSidePanelWithLoader.tsx
@@ -6,8 +6,6 @@ import IllustratedError from '../Shared/IllustratedError.tsx';
6
7
import { Resource } from '../../utils/removeManagedFieldsAndFilterData.ts';
8
import { YamlSidePanel } from './YamlSidePanel.tsx';
9
-import { CustomResourceDefinitionObject } from '../../lib/api/types/crate/customResourceDefinitionObject.ts';
10
-import { CustomResourceDefinition } from '../../types/customResourceDefinition.ts';
11
12
import { ApiConfig } from '../../lib/api/types/apiConfig.ts';
13
@@ -24,7 +22,6 @@ export function YamlSidePanelWithLoader({
24
22
resourceType,
25
23
resourceName,
26
isEdit = false,
27
-
28
apiConfig,
29
}: YamlSidePanelWithLoaderProps) {
30
const { t } = useTranslation();
0 commit comments