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 e1d3874 commit ba93909Copy full SHA for ba93909
src/components/ControlPlane/ActionsMenu.tsx
@@ -2,7 +2,6 @@ import { useRef, useState } from 'react';
2
import { Button, Menu, MenuItem, MenuDomRef } from '@ui5/webcomponents-react';
3
import type { ButtonClickEventDetail } from '@ui5/webcomponents/dist/Button.js';
4
import type { Ui5CustomEvent, ButtonDomRef } from '@ui5/webcomponents-react';
5
-import tooltipCell from '../Shared/TooltipCell.tsx';
6
7
export type ActionItem<T> = {
8
key: string;
0 commit comments