Commit ac2bbc0a authored by Phil Hughes's avatar Phil Hughes

Merge branch 'winh-weight_select-import-ee' into 'master'

Add missing import statement to WeightSelect

See merge request gitlab-org/gitlab-ee!14502
parents b8a40966 06e75c7b
/* eslint-disable prefer-arrow-callback, one-var, no-var, object-shorthand, no-shadow, no-unused-vars, no-else-return, func-names */
import $ from 'jquery';
import '~/gl_dropdown';
function WeightSelect(els, options = {}) {
const $els = $(els || '.js-weight-select');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment