Skip to content

Commit e5ed877

Browse files
committed
init uiSettingDefaults property in KbnClient
1 parent ba6d916 commit e5ed877

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/kbn-dev-utils/src/kbn_client/kbn_client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ export class KbnClient {
5656
}
5757

5858
this.log = options.log;
59+
this.uiSettingDefaults = options.uiSettingDefaults;
60+
5961
this.requester = new KbnClientRequester(this.log, {
6062
url: options.url,
6163
certificateAuthorities: options.certificateAuthorities,

0 commit comments

Comments
 (0)