Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Nov 9, 2024
1 parent 2eeebb0 commit 654cc10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ private fun RequestBodyTextEditor(
CodeEditorView(
isReadOnly = false,
isEnableVariables = true,
knownVariables = environmentVariableKeys,
knownVariables = environmentVariables,
text = content,
onTextChange = changeText,
syntaxHighlight = syntaxHighlight,
Expand Down

0 comments on commit 654cc10

Please sign in to comment.