Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit f686716

Browse files
committed
Add default empty entry
1 parent d1178ed commit f686716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome/options.browserify.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var settings = {
1111
},
1212
customStores: {
1313
title: "Custom password store locations",
14-
value: [],
14+
value: [{enabled: true, name: "", path: ""}],
1515
}
1616
};
1717

0 commit comments

Comments
 (0)