File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
client/packages/lowcoder/src/comps/comps/chatComp Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
// client/packages/lowcoder/src/comps/comps/chatComp/chatPropertyView.tsx
2
2
3
3
import React , { useMemo } from "react" ;
4
- import { Section , sectionNames } from "lowcoder-design" ;
4
+ import { Section , sectionNames , DocLink } from "lowcoder-design" ;
5
5
import { placeholderPropertyView } from "../../utils/propertyUtils" ;
6
6
7
7
// ============================================================================
@@ -13,6 +13,17 @@ export const ChatPropertyView = React.memo((props: any) => {
13
13
14
14
return useMemo ( ( ) => (
15
15
< >
16
+ { /* Help & Documentation - Outside of Section */ }
17
+ < div style = { { padding : "8px 16px" , marginBottom : "16px" , borderBottom : "1px solid #f0f0f0" } } >
18
+ < DocLink
19
+ style = { { marginTop : 8 } }
20
+ href = "https://docs.lowcoder.cloud/lowcoder-documentation"
21
+ title = "Open Lowcoder Documentation"
22
+ >
23
+ 📖 View Documentation
24
+ </ DocLink >
25
+ </ div >
26
+
16
27
{ /* Message Handler Configuration */ }
17
28
< Section name = "Message Handler" >
18
29
{ children . handlerType . propertyView ( {
You can’t perform that action at this time.
0 commit comments