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

This commit is contained in:
Ionys 2024-11-18 10:08:55 +01:00
parent 778363a948
commit 90b9aeffb8

View file

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