diff --git a/web/app/components/workflow/nodes/http/components/key-value/key-value-edit/index.tsx b/web/app/components/workflow/nodes/http/components/key-value/key-value-edit/index.tsx index 3e605bc223..14e02f6c96 100644 --- a/web/app/components/workflow/nodes/http/components/key-value/key-value-edit/index.tsx +++ b/web/app/components/workflow/nodes/http/components/key-value/key-value-edit/index.tsx @@ -69,7 +69,7 @@ const KeyValueList: FC = ({ { list.map((item, index) => ( = ({
{(!readOnly) ? ( - // = ({ placeholderClassName='!leading-[21px]' /> )} - {hasRemove && !isFocus && ( - - )} +
} + {hasRemove && !isFocus && ( + + )} ) }