rm tooltip
parent
c2f44b4e4f
commit
e77355129c
|
@ -93,11 +93,10 @@ export function MyIcon({
|
|||
|
||||
const [isRequesting, setIsRequesting] = useState(false);
|
||||
|
||||
const content = (
|
||||
<Tooltip {...propsTooltip} title={tooltipTitle}>
|
||||
{icon}
|
||||
</Tooltip>
|
||||
);
|
||||
const content = icon;
|
||||
//<Tooltip {...propsTooltip} title={tooltipTitle}>
|
||||
//{ icon };
|
||||
//</Tooltip>
|
||||
|
||||
if (popconfirmDisabled) {
|
||||
return content;
|
||||
|
|
Loading…
Reference in New Issue