Commit 06e75c7b authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Phil Hughes

Add missing import statement to WeightSelect

parent b8a40966
/* 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