Skip to content

Commit

Permalink
fix: Get rid of PrefixMixin
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Mar 11, 2024
1 parent e678b77 commit 289e43a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
4 changes: 1 addition & 3 deletions apps/settings/src/components/AppList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@

<script>
import AppItem from './AppList/AppItem.vue'
import PrefixMixin from './PrefixMixin.vue'
import pLimit from 'p-limit'
import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
Expand All @@ -150,8 +149,7 @@ export default {
AppItem,
NcButton,
},
mixins: [PrefixMixin],
props: ['category', 'app', 'search'],
props: ['category'],
computed: {
counter() {
return this.apps.filter(app => app.update).length
Expand Down
32 changes: 0 additions & 32 deletions apps/settings/src/components/PrefixMixin.vue

This file was deleted.

0 comments on commit 289e43a

Please sign in to comment.