Initial Zoom, fix AD Creation
Some checks failed
CI / test (pull_request) Failing after 14s
API CI / api-tests (pull_request) Failing after 19s

This commit is contained in:
Tim Lorsbach
2026-06-10 21:51:21 +02:00
parent 66129f676d
commit d0173cf2b0
3 changed files with 24 additions and 7 deletions

View File

@ -65,11 +65,11 @@
},
get showMlrr() {
return this.selectedType === 'mlrr';
return this.selectedType === 'ml-relative-reasoning';
},
get showRbrr() {
return this.selectedType === 'rbrr';
return this.selectedType === 'rule-based-relative-reasoning';
},
get showEnviformer() {