Skip to content

Commit

Permalink
fix: name collision in NextCloud service
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienwirtz committed Oct 26, 2024
1 parent 58b718c commit 43678d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/services/Nextcloud.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 43678d0

Please sign in to comment.