Skip to content

Commit 59e8926

Browse files
committed
fix: fix props
1 parent eee3716 commit 59e8926

File tree

1 file changed

+1
-4
lines changed
  • apps/miniprogram-agent-ui/miniprogram/components/agent-ui

1 file changed

+1
-4
lines changed

apps/miniprogram-agent-ui/miniprogram/components/agent-ui/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ Component({
99
},
1010
envShareConfig: {
1111
type: Object,
12-
value: {
13-
resourceAppid: String,
14-
resourceEnv: String,
15-
},
12+
value: {},
1613
},
1714
showBotAvatar: {
1815
type: Boolean,

0 commit comments

Comments
 (0)