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