Moved add/remove maps/tokens to Observables to allow for cross session syncing

This commit is contained in:
Mitchell McCaffrey
2021-02-14 18:35:42 +11:00
parent 265472311e
commit cf9e428447
8 changed files with 97 additions and 34 deletions

View File

@@ -160,7 +160,6 @@ function ImportExportModal({ isOpen, onRequestClose }) {
db.close();
setIsLoading(false);
backgroundTaskRunningRef.current = false;
window.location.reload();
}
function exportSelectorFilter(table, value) {