search settings in store
This commit is contained in:
parent
7a85b203ac
commit
27aa739caf
7 changed files with 47 additions and 61 deletions
|
@ -1,6 +1,6 @@
|
|||
import operations from '../../operations';
|
||||
|
||||
const VALID_TOP_KEYS = ['keymaps'];
|
||||
const VALID_TOP_KEYS = ['keymaps', 'search'];
|
||||
const VALID_OPERATION_VALUES = Object.keys(operations).map((key) => {
|
||||
return operations[key];
|
||||
});
|
||||
|
|
Reference in a new issue