update for downloaded file
This commit is contained in:
10
src/views/downloader.js
Normal file
10
src/views/downloader.js
Normal file
@ -0,0 +1,10 @@
|
||||
import * as React from 'react';
|
||||
|
||||
function Downloader(props) {
|
||||
return (
|
||||
<div style={{display: 'none'}}>
|
||||
<iframe src={props.iframeSrc} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
export default Downloader
|
||||
Reference in New Issue
Block a user