fix: web/youtube attachements

This commit is contained in:
Timothy Jaeryang Baek
2025-09-01 01:22:50 +04:00
parent ac0243e8b7
commit 487979859a
2 changed files with 7 additions and 4 deletions

View File

@@ -671,7 +671,7 @@
console.log(url);
const fileItem = {
type: 'doc',
type: 'text',
name: url,
collection_name: '',
status: 'uploading',
@@ -704,7 +704,7 @@
console.log(url);
const fileItem = {
type: 'doc',
type: 'text',
name: url,
collection_name: '',
status: 'uploading',