File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import views from './views'
55import theme from './theme'
66import common from './common'
77import dynamicsForm from './dynamics-form'
8- import chat from './ai-chat'
8+ import aiChat from './ai-chat'
99import workflow from './workflow'
1010export default {
1111 lang : 'English' ,
@@ -16,6 +16,6 @@ export default {
1616 en,
1717 common,
1818 dynamicsForm,
19- chat ,
19+ aiChat ,
2020 workflow
2121}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import views from './views'
55import theme from './theme'
66import common from './common'
77import dynamicsForm from './dynamics-form'
8- import chat from './ai-chat'
8+ import aiChat from './ai-chat'
99import workflow from './workflow'
1010export default {
1111 lang : '繁體中文' ,
@@ -16,6 +16,6 @@ export default {
1616 components,
1717 zhTw,
1818 dynamicsForm,
19- chat ,
19+ aiChat ,
2020 workflow
2121}
You can’t perform that action at this time.
0 commit comments