Commit 1ad542f2c72a53ad964d7dc98642a34bff62f197

Authored by xp.Huang
2 parents 25c2a82f e3bc8eef

Merge branch 'cherry-pick-fa0eca7a' into 'main'

fix: 修复设备配置链接节点配置错误

See merge request yunteng/thingskit-front!1203
... ... @@ -31,7 +31,7 @@ export const DeviceProfileConfig: NodeItemConfigType = {
31 31 'Success',
32 32 'Failure',
33 33 ],
34   - customRelations: true,
  34 + customRelations: false,
35 35 ruleChainNode: false,
36 36 defaultConfiguration: {
37 37 persistAlarmRulesState: false,
... ...