Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
fix(storage): clear storage
Browse files Browse the repository at this point in the history
  • Loading branch information
sanemat committed May 5, 2015
1 parent bbd27fd commit bf08fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/stores/ConfigStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class ConfigStore extends Store {

clearAllData() {
this.setState({ settings: Immutable.fromJS(configDecorator(this.getDefaultValues())) });
resetStorages();
resetStorages()();
}

async saveSettings(settings) {
Expand Down

0 comments on commit bf08fbe

Please sign in to comment.