Spaces:
Running
Running
Update src/containers/tw-restore-point-manager.jsx
Browse files
src/containers/tw-restore-point-manager.jsx
CHANGED
@@ -207,7 +207,7 @@ class TWRestorePointManager extends React.Component {
|
|
207 |
exporting: false
|
208 |
});
|
209 |
|
210 |
-
const blob = new Blob([arrayBuffer], { type: "
|
211 |
downloadBlob("restore-point.pmp", blob);
|
212 |
})
|
213 |
.catch(error => {
|
|
|
207 |
exporting: false
|
208 |
});
|
209 |
|
210 |
+
const blob = new Blob([arrayBuffer], { type: "text/plain" });
|
211 |
downloadBlob("restore-point.pmp", blob);
|
212 |
})
|
213 |
.catch(error => {
|