mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
feat(monitor condition): Remove the empty default condition creation
This commit is contained in:
parent
778363a948
commit
90b9aeffb8
1 changed files with 0 additions and 6 deletions
|
@ -73,12 +73,6 @@ export default {
|
|||
}
|
||||
},
|
||||
|
||||
created() {
|
||||
if (this.model.length === 0) {
|
||||
this.addCondition();
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
getNewGroup() {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue