Skip to content

Commit

Permalink
Use null (#76505)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
chrisronline and elasticmachine authored Sep 4, 2020
1 parent 5a99970 commit d44ef9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/xpack_legacy/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export class XpackLegacyPlugin implements Plugin {
docLinksKey: 'kibanaGeneralSettings',
},
type: 'string',
value: '',
schema: schema.maybe(schema.string()),
value: null,
schema: schema.maybe(schema.nullable(schema.string())),
},
});
}
Expand Down

0 comments on commit d44ef9b

Please sign in to comment.