mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
use unset instead of delete, fixes schema bug
This commit is contained in:
parent
115128b459
commit
2ebd94d473
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ module.exports = class Config {
|
|||
this[schema] = null;
|
||||
unset(this[schemaExts], key);
|
||||
unset(this[pendingSets], key);
|
||||
delete this[vals][key];
|
||||
unset(this[vals], key);
|
||||
}
|
||||
|
||||
resetTo(obj) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue