Skip to content

Commit a4a9d48

Browse files
Apply suggestions from code review
1 parent ab74986 commit a4a9d48

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/views/SimpleTree.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ import gql from 'graphql-tag'
108108
import { mapState, mapGetters } from 'vuex'
109109
import pageMixin from '@/mixins/index'
110110
import graphqlMixin from '@/mixins/graphql'
111-
import subscriptionViewMixin from '@/mixins/subscriptionView'
112111
import subscriptionComponentMixin from '@/mixins/subscriptionComponent'
113112
import SubscriptionQuery from '@/model/SubscriptionQuery.model'
114113
import { mdiTree } from '@mdi/js'
@@ -181,8 +180,7 @@ export default {
181180
mixins: [
182181
pageMixin,
183182
graphqlMixin,
184-
subscriptionComponentMixin,
185-
subscriptionViewMixin
183+
subscriptionComponentMixin
186184
],
187185
188186
// This defines the component name, must be HTML safe.

0 commit comments

Comments
 (0)