Reload after importing
This commit is contained in:
parent
d2d3ad42d8
commit
acf2527d7e
|
|
@ -17,7 +17,10 @@ export const LoginSettings = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleImport = () => {
|
const handleImport = () => {
|
||||||
if (importStoredReducer(STATE_KEY)) setImported(true);
|
if (importStoredReducer(STATE_KEY)) {
|
||||||
|
setImported(true);
|
||||||
|
location.reload();
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (loggedIn) {
|
if (loggedIn) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue