Skip to content

Commit

Permalink
fix: remove unused imports and defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneskuettner committed May 9, 2023
1 parent 5828b39 commit d11a5b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/group-tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ const props = withDefaults(
{
batchActiveFields: () => [],
validationErrors: () => [],
accordionMode: true,
start: 'closed',
}
);
Expand Down
2 changes: 1 addition & 1 deletion src/tab-group.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<script setup lang="ts">
import { Field, ValidationError } from '@directus/types';
import { computed, nextTick, ref, unref } from 'vue';
import { ref, unref } from 'vue';
import TabButton from './tab-button.vue';
const props = defineProps<{
Expand Down

0 comments on commit d11a5b4

Please sign in to comment.