mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
feat: reuse get vars inputs and http request url
This commit is contained in:
@ -32,7 +32,7 @@ const Node: FC<NodeProps<HttpNodeType>> = ({
|
||||
readOnly
|
||||
nodesOutputVars={availableVarList}
|
||||
onFocusChange={() => { }}
|
||||
placeholder={t('workflow.nodes.http.apiPlaceholder')!}
|
||||
placeholder={' '}
|
||||
placeholderClassName='!leading-[21px]'
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user