Skip to content

Commit 04fe62b

Browse files
authored
Fix query chat editor so that it can load extension configurations (#2440)
1 parent ee14b1c commit 04fe62b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changeset/quick-walls-draw.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
'@finos/legend-query-builder': patch
3+
---

packages/legend-query-builder/src/components/QueryChat.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const QueryChat = observer(
5656
Chat Mode is not available
5757
</BlankPanelContent>
5858
) : (
59-
<></>
59+
extraQueryChatConfigurations[0]
6060
)}
6161
</>
6262
</ModalBody>

0 commit comments

Comments
 (0)