fix: name collision in NextCloud service

pull/816/head
Bastien Wirtz 2024-10-26 20:47:28 +02:00
parent 58b718c2a9
commit 43678d09c1
1 changed files with 3 additions and 4 deletions

View File

@ -22,15 +22,14 @@ import Generic from "./Generic.vue";
export default {
name: "Nextcloud",
components: {
Generic,
},
mixins: [service],
props: {
item: Object,
},
components: {
Generic,
},
data: () => ({
status: null,
fetchOk: null,
versionstring: null,
maintenance: null,