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

Kai Reinhard
17.59.2021 c6e77f6fa462e292db5f693a33e7c483b5a6e19e
borgbutler-webapp/src/components/views/archives/ArchiveView.jsx
@@ -25,7 +25,7 @@
        fetch(getRestServiceUrl('archives', {
            repo: this.state.repoId,
            archiveId: this.state.archiveId,
            force: force
            force: force === true
        }), {
            method: 'GET',
            headers: {