| borgbutler-webapp/src/components/views/archives/FileListPanel.jsx | ●●●●● 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 = () => {