diff --git a/src/components/FilterItemForm.vue b/src/components/FilterItemForm.vue index 34968ccef..4e3de3967 100644 --- a/src/components/FilterItemForm.vue +++ b/src/components/FilterItemForm.vue @@ -42,7 +42,6 @@ const itemFilter = { const itemFilterParams = reactive({}); const closeButton = ref(null); const isLoading = ref(false); -const producersOptions = ref([]); const ItemTypesOptions = ref([]); const InksOptions = ref([]); const tableRows = ref([]); @@ -121,22 +120,16 @@ const selectItem = ({ id }) => {