🩹 front: do not share global input object between folder and file uploads
This commit is contained in:
@@ -63,7 +63,7 @@ export default class UploadZone extends React.Component<PropsType, StateType> {
|
||||
sharedFileInput = this.file_input;
|
||||
}
|
||||
} else {
|
||||
this.file_input = sharedFileInput;
|
||||
this.file_input = this.props.directory ? sharedFolderInput : sharedFileInput;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user