@@ -116,7 +116,7 @@ export default {
enableAIFeature() {
return !this.generation.activeOpt.decisionMaking
&& this.generation.activeOpt != this.generation.options.primary
- && !this.readonly
+ && !this.readonly && !this.enrollStatus.enrolledGroup
}
},
methods: {