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

Commit 15543d0

Browse files
authored
fix(bug): gists (#31)
1 parent e4cc26d commit 15543d0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-notes",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"author": "Laurent THIEBAULT <[email protected]>",
55
"description": "A simple code snippet manager for developers built with Electron 🚀",
66
"license": "MIT",

src/renderer/store/modules/Note.js

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ const actions = {
7373
store.commit('SELECT_LOADING', false);
7474
});
7575
});
76+
} else {
77+
store.commit('LOAD_NOTES', []);
7678
}
7779
} else {
7880
store.commit('SELECT_LOADING', true);

0 commit comments

Comments
 (0)