Skip to content

Commit 9afdb06

Browse files
authored
Merge pull request CirclonGroup#244 from istiti/patch-3
Update tree-options.model.ts
2 parents 494936e + a695939 commit 9afdb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/models/tree-options.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { TreeModel } from './tree.model';
33
import { KEYS } from '../constants/keys';
44
import { ITreeOptions } from '../defs/api';
55

6-
import { defaultsDeep } from 'lodash-es';
6+
import { defaultsDeep } from 'lodash-es/defaultsDeep';
77

88
export interface IActionHandler {
99
(tree: TreeModel, node: TreeNode, $event: any, ...rest);

0 commit comments

Comments
 (0)