mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
16.40.2018 19dcf6c94d1a9fe400e0b33af0926e7afbd7d65b
Download...
1 files modified
3 ■■■■■ changed files
borgbutler-webapp/src/components/views/archives/FileListEntry.jsx 3 ●●●●● patch | view | raw | blame | history
borgbutler-webapp/src/components/views/archives/FileListEntry.jsx
@@ -20,9 +20,6 @@
            return response.blob();
        })
        .then(blob => {
            this.setState({
                running: false
            });
            fileDownload(blob, filename)
        })
        .catch(error => {