Skip to content

Commit 5dce47b

Browse files
committed
build fix
1 parent f9817ff commit 5dce47b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/ControlPlanes/ControlPlaneCard/ControlPlaneCard.tsx

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

77
import TitleLevel from '@ui5/webcomponents/dist/types/TitleLevel.js';
88
import { useState } from 'react';
9+
import { useTranslation } from 'react-i18next';
910

1011
import { DeleteConfirmationDialog } from '../../Dialogs/DeleteConfirmationDialog.tsx';
1112
import MCPHealthPopoverButton from '../../ControlPlane/MCPHealthPopoverButton.tsx';
@@ -23,7 +24,9 @@ import {
2324
PatchMCPResourceForDeletion,
2425
PatchMCPResourceForDeletionBody,
2526
} from '../../../lib/api/types/crate/deleteMCP.ts';
27+
2628
import { YamlViewButton } from '../../Yaml/YamlViewButton.tsx';
29+
import { useToast } from '../../../context/ToastContext.tsx';
2730

2831
interface Props {
2932
controlPlane: ListControlPlanesType;

0 commit comments

Comments
 (0)