removed handle from code component
This commit is contained in:
parent
6794f8de5b
commit
4a04153c9e
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export default function ParameterComponent({
|
|||
{title}
|
||||
<span className="text-red-600">{required ? " *" : ""}</span>
|
||||
</div>
|
||||
{left && (type === "str" || type === "bool" || type === "float") ? (
|
||||
{left && (type === "str" || type === "bool" || type === "float"||type=="code") ? (
|
||||
<></>
|
||||
) : (
|
||||
<Tooltip title={tooltipTitle + (required ? " (required)" : "")}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue