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

Commit

Permalink
fix(bug): gists (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauthieb authored Feb 10, 2018
1 parent e4cc26d commit 15543d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-notes",
"version": "1.1.2",
"version": "1.2.0",
"author": "Laurent THIEBAULT <[email protected]>",
"description": "A simple code snippet manager for developers built with Electron 🚀",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions src/renderer/store/modules/Note.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ const actions = {
store.commit('SELECT_LOADING', false);
});
});
} else {
store.commit('LOAD_NOTES', []);
}
} else {
store.commit('SELECT_LOADING', true);
Expand Down

0 comments on commit 15543d0

Please sign in to comment.