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

Kai Reinhard
19.55.2018 30fb30d4f7502864d61aed6e7f85c65bcbaaf913
borgbutler-webapp/src/components/views/archives/FileListPanel.jsx
@@ -15,7 +15,7 @@
            mode: 'tree',
            currentDirectory: '',
            maxSize: '50',
            diffArchive: ''
            diffArchiveId: ''
        }
    };
@@ -52,6 +52,7 @@
        });
        fetch(getRestServiceUrl('archives/filelist', {
            archiveId: this.props.archiveId,
            diffArchiveId: this.state.filter.diffArchiveId,
            force: forceReload,
            searchString: this.state.filter.search,
            mode: this.state.filter.mode,