Skip to content

Commit

Permalink
Clean-Ups
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Nov 19, 2023
1 parent 429a512 commit 62865b6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,9 @@

<script>
import RuleStatus from '@/components/rule/rule-status-mixin'
import TagMixin from '@/components/tags/tag-mixin'
export default {
mixins: [RuleStatus, TagMixin],
mixins: [RuleStatus],
props: ['showScripts', 'showScenes'],
components: {
'empty-state-placeholder': () => import('@/components/empty-state-placeholder.vue')
Expand Down

0 comments on commit 62865b6

Please sign in to comment.