Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Sep 13, 2024
1 parent 10ed948 commit 4f7376a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 1 addition & 6 deletions packages/vue-vuetify/src/complex/ArrayControlRenderer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,19 +179,14 @@
<script lang="ts">
import {
Resolve,
arrayDefaultTranslations,
composePaths,
createDefaultValue,
defaultJsonFormsI18nState,
getArrayTranslations,
isObjectArrayControl,
isPrimitiveArrayControl,
or,
rankWith,
type ArrayTranslations,
type ControlElement,
type JsonFormsRendererRegistryEntry,
type JsonFormsSubStates,
type JsonSchema,
} from '@jsonforms/core';
import {
Expand All @@ -201,7 +196,7 @@ import {
type RendererProps,
} from '@jsonforms/vue';
import startCase from 'lodash/startCase';
import { defineComponent, inject } from 'vue';
import { defineComponent } from 'vue';
import {
VBtn,
VCard,
Expand Down
3 changes: 0 additions & 3 deletions packages/vue-vuetify/src/util/composition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,6 @@ export const useVuetifyControl = <
};
};

/**
* Adds styles, isFocused, appliedOptions and onChange
*/
export const useCombinatorTranslations = <
T extends {
i18nKeyPrefix: string;
Expand Down

0 comments on commit 4f7376a

Please sign in to comment.