mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Merge branch 'release/workflows-fixes' into fix/webhook-params
This commit is contained in:
commit
57ac9772ce
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ const MultiLineCodeEditor = (props) => {
|
|||
view={editorView}
|
||||
isPanelOpen={isSearchPanelOpen}
|
||||
renderCopilot={() =>
|
||||
renderCopilot({
|
||||
renderCopilot?.({
|
||||
darkMode,
|
||||
language: lang,
|
||||
editorRef,
|
||||
|
|
|
|||
Loading…
Reference in a new issue