feat(monitor condition): Remove the empty default condition creation (#5354)

This commit is contained in:
Ionys
2024-12-20 07:55:13 +01:00
committed by GitHub
parent efdffca06c
commit 2ecd7af89b
2 changed files with 9 additions and 11 deletions

View File

@@ -73,12 +73,6 @@ export default {
}
},
created() {
if (this.model.length === 0) {
this.addCondition();
}
},
methods: {
getNewGroup() {
return {