Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fix: stop persisting loading state (fixes #609) (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulotokimatu authored May 25, 2022
1 parent 1104aaa commit b0c8c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/reducers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const languagesPersistConfig = {
const sentencesPersistConfig = {
key: 'sentences',
storage,
blacklist: ['sentences'],
blacklist: ['isUploadingSentences', 'sentences', 'sentencesLoading'],
};

export default function (history: History) {
Expand Down

0 comments on commit b0c8c2c

Please sign in to comment.