| | |
| | | |
| | | return ( |
| | | <div className='mb-1 px-3 py-1'> |
| | | <div className='flex items-start rounded-md bg-workflow-block-parma-bg p-1'> |
| | | <div className='flex h-4 shrink-0 items-center rounded bg-components-badge-white-to-dark px-1 text-xs font-semibold uppercase text-text-secondary'>{method}</div> |
| | | <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 pt-1'> |
| | | <ReadonlyInputWithSelectVar |
| | | className='text-text-secondary' |
| | | value={url} |
| | | nodeId={id} |
| | | /> |