Speed up start time

This commit is contained in:
Thomas Nordquist
2019-01-23 21:35:52 +01:00
parent 8091323623
commit 672d5e8109
5 changed files with 18 additions and 9 deletions

View File

@@ -14,7 +14,6 @@ declare var window: any
interface Props {
autoExpandLimit: number
didSelectNode?: (node: q.TreeNode) => void
connectionId?: string
tree?: q.Tree
filter: string