We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6d916 commit e5ed877Copy full SHA for e5ed877
packages/kbn-dev-utils/src/kbn_client/kbn_client.ts
@@ -56,6 +56,8 @@ export class KbnClient {
56
}
57
58
this.log = options.log;
59
+ this.uiSettingDefaults = options.uiSettingDefaults;
60
+
61
this.requester = new KbnClientRequester(this.log, {
62
url: options.url,
63
certificateAuthorities: options.certificateAuthorities,
0 commit comments