feat: reuse get vars inputs and http request url

This commit is contained in:
Joel
2024-04-01 18:33:17 +08:00
parent a42f26d857
commit ab2c112059
6 changed files with 45 additions and 43 deletions

View File

@ -32,7 +32,7 @@ const Node: FC<NodeProps<HttpNodeType>> = ({
readOnly
nodesOutputVars={availableVarList}
onFocusChange={() => { }}
placeholder={t('workflow.nodes.http.apiPlaceholder')!}
placeholder={' '}
placeholderClassName='!leading-[21px]'
/>
</div>