chore: remove inject params tag

This commit is contained in:
jialin
2026-05-14 11:21:49 +08:00
committed by jialin
parent 9767c8bf39
commit c428fe175a
3 changed files with 0 additions and 13 deletions
@@ -95,7 +95,6 @@ const InjectedParamsCell: React.FC<InjectedParamsCellProps> = ({
if (!injectedBackendParameters.length) {
return null;
}
// return null;
return (
<Tooltip
color="var(--ant-color-bg-elevated)"