Skip to content

Commit

Permalink
Fix query chat editor so that it can load extension configurations (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gayathrir11 authored Jul 20, 2023
1 parent ee14b1c commit 04fe62b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/quick-walls-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
'@finos/legend-query-builder': patch
---
2 changes: 1 addition & 1 deletion packages/legend-query-builder/src/components/QueryChat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const QueryChat = observer(
Chat Mode is not available
</BlankPanelContent>
) : (
<></>
extraQueryChatConfigurations[0]
)}
</>
</ModalBody>
Expand Down

0 comments on commit 04fe62b

Please sign in to comment.