diff --git a/front/src/components/channels/UploadForm.vue b/front/src/components/channels/UploadForm.vue
index 2c12fb2f1..82128e365 100644
--- a/front/src/components/channels/UploadForm.vue
+++ b/front/src/components/channels/UploadForm.vue
@@ -1,5 +1,5 @@
diff --git a/front/src/types.ts b/front/src/types.ts
index 91dce8f3a..537d83a1d 100644
--- a/front/src/types.ts
+++ b/front/src/types.ts
@@ -294,7 +294,7 @@ export interface Upload {
error_code: string
}
- import_metadata?: Record & { tags?: Tag[] }
+ import_metadata?: Record & { tags?: string[] }
}
// Profile stuff