We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b362e2c commit dcf87e3Copy full SHA for dcf87e3
package.json
@@ -142,7 +142,7 @@
142
"react-bootstrap": "0.29.5",
143
"react-dom": "^0.14.8",
144
"semver": "^5.1.0",
145
- "storage-mixin": "^0.6.2",
+ "storage-mixin": "^0.7.2",
146
"tunnel-ssh": "^3.2.1-beta",
147
"turf-destination": "^1.2.1",
148
"turf-distance": "^1.1.0",
src/app/models/preferences.js
@@ -6,7 +6,7 @@ var electronApp = require('electron').remote.app;
6
var debug = require('debug')('mongodb-compass:models:preferences');
7
8
var Preferences = Model.extend(storageMixin, {
9
- extraProperties: 'reject', // prevents bugs
+ extraProperties: 'ignore',
10
idAttribute: 'id',
11
namespace: 'AppPreferences',
12
storage: {
0 commit comments