We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f9d11 commit e7b7acbCopy full SHA for e7b7acb
src/app/containers/ButtonsContainer.tsx
@@ -30,7 +30,7 @@ function exportHandler(snapshots: []): void {
30
URL.revokeObjectURL(fileDownload.href);
31
}
32
33
-function importHandler(dispatch: (a: unknown) => void) {
+function importHandler(dispatch: (a: unknown) => void): void {
34
const fileUpload = document.createElement('input');
35
fileUpload.setAttribute('type', 'file');
36
0 commit comments