Skip to content

Commit 464c7b2

Browse files
authored
fix(Rv-no-id): Fix error (#508)
1 parent 98f4077 commit 464c7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/ExtractUploadFile.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export const ExtractUploadFile: React.FC<ExtractUploadFileProps> = ({
155155
if (files.length > 0) {
156156
setUploadedFile([]);
157157
clearFiles();
158-
setHasError(false);
158+
setError(null);
159159
}
160160
setUploadedFile(files);
161161
const filesObj: IFilesObj = { files };

0 commit comments

Comments
 (0)