Skip to content

Fixed error with GFM autocomplete when no data exists

Phil Hughes requested to merge label-gfm-error-fix into master

What does this MR do?

If no data existed (ie. no labels) & the user typed ~ it would throw a JS error. This fixes that by checking the length of the returned array.

Merge request reports