Skip to content

Commit 9f3f61e

Browse files
authored
Merge pull request #42 from baruchiro/decryptedImporter
Initialize decryptedImporter
2 parents 19a8dcd + 1bcc702 commit 9f3f61e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/components/MainPage/Importers/Importer.vue

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export default {
6767
success: null,
6868
lastMessage: null,
6969
showBrowser: false,
70+
decryptedImporter: null,
7071
};
7172
},
7273
computed: {

0 commit comments

Comments
 (0)