Save settings by onBlur callback
This commit is contained in:
parent
fce2434dcd
commit
20f79f1da5
6 changed files with 32 additions and 7 deletions
|
@ -60,4 +60,4 @@ const set = (settings) => {
|
|||
};
|
||||
};
|
||||
|
||||
export { load, save, switchToForm, switchToJson };
|
||||
export { load, save, set, switchToForm, switchToJson };
|
||||
|
|
Reference in a new issue