Skip to content
Snippets Groups Projects
Commit b52600b8 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed milestone select failing tests

parent b866d9f0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,7 +15,7 @@
$els = $(els);
 
if (!els) {
$els = $('.js-label-select');
$els = $('.js-milestone-select');
}
 
$els.each(function(i, dropdown) {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment