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

Fin Reinhard
24.53.2019 3795fac3b3dd3cb9c582220d54eed72506114024
fixing refresh with location state
1 files modified
5 ■■■■■ changed files
borgbutler-webapp/src/components/views/archives/FileListPanel.jsx 5 ●●●●● patch | view | raw | blame | history
borgbutler-webapp/src/components/views/archives/FileListPanel.jsx
@@ -31,6 +31,11 @@
        this.handleURLChange = this.handleURLChange.bind(this);
        this.unregisterHistoryListener = props.history.listen(this.handleURLChange);
        // Resetting the NoReFetch State
        if (props.location.state) {
            props.location.state.noReFetch = undefined;
        }
    }
    componentDidMount = () => {