fix(FE FileUpload): name import archive

This commit is contained in:
Michael 2025-03-13 12:13:08 +01:00
parent 2de42b9dd6
commit f720b2004f

View file

@ -2,9 +2,9 @@
import axios from "axios";
import {ref, watch} from "vue";
import {trackType} from "@/composables/content/track_type.ts";
import {archive} from "@/composables/content/archive.js.ts";
import {archive_page} from "@/composables/content/archive_page.ts";
const {items, listData, headers, selected, loading, getItems, editItem, deleteItem, uploadItem} = archive();
const {items, listData, headers, selected, loading, getItems, editItem, deleteItem, uploadItem} = archive_page();
const trackTypes = trackType(false);
const selectedTrackType = ref();
const selectedFiles = ref([]);