mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
basic user file upload working
This commit is contained in:
@@ -65,24 +65,12 @@ import {
|
||||
GenericModel,
|
||||
getGenericModelFromString, getListModels,
|
||||
Model,
|
||||
TAutomation,
|
||||
TCookLog,
|
||||
TFood,
|
||||
TKeyword,
|
||||
TPropertyType,
|
||||
TSupermarket,
|
||||
TSupermarketCategory,
|
||||
TUnit,
|
||||
TUnitConversion,
|
||||
TUserFile,
|
||||
TViewLog
|
||||
} from "@/types/Models";
|
||||
import {VDataTable} from "vuetify/components";
|
||||
import {useUrlSearchParams} from "@vueuse/core";
|
||||
import ModelEditDialog from "@/components/dialogs/ModelEditDialog.vue";
|
||||
import {useRouter} from "vue-router";
|
||||
import {useUserPreferenceStore} from "@/stores/UserPreferenceStore";
|
||||
import {ResponseError} from "@/openapi";
|
||||
|
||||
type VDataTableProps = InstanceType<typeof VDataTable>['$props']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user