upgraded models

This commit is contained in:
ParisNeo
2023-05-14 02:29:09 +02:00
parent ec61eff14c
commit 56eab039bf
20 changed files with 108 additions and 40 deletions

View File

@ -86,7 +86,6 @@ export default {
handleSelection() {
if (this.isInstalled && !this.selected) {
this.onSelected(this);
this.$set(this, 'selected', true);
}
}
}