mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[server/uiSettings] remove trailing space
(cherry picked from commit 6865281a59
)
This commit is contained in:
parent
d4f4381f33
commit
e720a0faaa
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ module.exports = () => Joi.object({
|
|||
}).default()
|
||||
}).default(),
|
||||
|
||||
uiSettings: Joi.object({
|
||||
uiSettings: Joi.object({
|
||||
// this is used to prevent the uiSettings from initializing. Since they
|
||||
// require the elasticsearch plugin in order to function we need to turn
|
||||
// them off when we turn off the elasticsearch plugin (like we do in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue