瀏覽代碼

chore: make url display in the middle of http node (#8741)

tags/0.9.0
非法操作 1 年之前
父節點
當前提交
cb1942c242
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/app/components/workflow/nodes/http/node.tsx

+ 1
- 1
web/app/components/workflow/nodes/http/node.tsx 查看文件

@@ -15,7 +15,7 @@ const Node: FC<NodeProps<HttpNodeType>> = ({
<div className='mb-1 px-3 py-1'>
<div className='flex items-start p-1 rounded-md bg-gray-100'>
<div className='flex items-center h-4 shrink-0 px-1 rounded bg-gray-25 text-xs font-semibold text-gray-700 uppercase'>{method}</div>
<div className='pl-1'>
<div className='pl-1 pt-1'>
<ReadonlyInputWithSelectVar
value={url}
nodeId={id}

Loading…
取消
儲存