feat: improve file upload and diplay stuff
This commit is contained in:
@@ -6,7 +6,7 @@ const props = defineProps<{
|
||||
id: string;
|
||||
name: string;
|
||||
mimeType: string;
|
||||
status: 'pending' | 'uploaded';
|
||||
status: 'uploading' | 'uploaded' | 'error';
|
||||
url: string;
|
||||
}
|
||||
}>();
|
||||
|
||||
Reference in New Issue
Block a user