Skip to content

Commit

Permalink
change to prompt editor
Browse files Browse the repository at this point in the history
  • Loading branch information
newfish-cmyk committed Oct 12, 2024
1 parent 3b4d93a commit 021f75f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,8 @@ const RenderHttpMethodAndUrl = React.memo(function RenderHttpMethodAndUrl({
rounded={'md'}
bg={'white'}
ml={2}
pl={2}
>
<HttpInput
<PromptEditor
placeholder={
t('common:core.module.input.label.Http Request Url') +
', ' +
Expand All @@ -237,6 +236,8 @@ const RenderHttpMethodAndUrl = React.memo(function RenderHttpMethodAndUrl({
variables={variables}
onBlur={onBlurUrl}
onChange={onChangeUrl}
minH={40}
showOpenModal={false}
/>
</Box>
</Flex>
Expand Down

0 comments on commit 021f75f

Please sign in to comment.