fix(dashboard): FilterBox JS error when datasets API is slow (#15993)

This commit is contained in:
Jesse Yang
2021-07-30 22:06:29 -07:00
committed by GitHub
parent 324ecb31fc
commit b73d7baedf
10 changed files with 143 additions and 21 deletions

View File

@@ -373,7 +373,7 @@ max-locals=15
max-returns=10
# Maximum number of branch for function / method body
max-branches=12
max-branches=15
# Maximum number of statements in function / method body
max-statements=50