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

Kai Reinhard
17.59.2021 c6e77f6fa462e292db5f693a33e7c483b5a6e19e
borgbutler-webapp/src/components/views/repos/RepoArchiveListView.jsx
@@ -31,7 +31,7 @@
        });
        fetch(getRestServiceUrl('repos/repoArchiveList', {
            id: this.state.id,
            force: force
            force: force === true,
        }), {
            method: 'GET',
            headers: {