feat([2fd88f42]): implement smart PLZ column selection
This commit is contained in:
@@ -44,7 +44,7 @@ const FileUpload: React.FC<FileUploadProps> = ({ onUploadSuccess, setIsLoading,
|
||||
'Content-Type': 'multipart/form-data',
|
||||
},
|
||||
});
|
||||
onUploadSuccess(response.data.filters);
|
||||
onUploadSuccess(response.data);
|
||||
} catch (error: any) {
|
||||
if (axios.isAxiosError(error) && error.response) {
|
||||
setError(`Upload failed: ${error.response.data.detail || error.message}`);
|
||||
|
||||
Reference in New Issue
Block a user