Commit 73e207b0 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'tr-custom-metrics-underscore' into 'master'

Replace underscore with lodash for custom metrics files

Closes #210258

See merge request gitlab-org/gitlab!27179
parents a4e7abc8 696626ee
<script>
import { GlFormInput, GlLink, GlFormGroup, GlFormRadioGroup, GlLoadingIcon } from '@gitlab/ui';
import { debounce } from 'underscore';
import { debounce } from 'lodash';
import { __, s__ } from '~/locale';
import Icon from '~/vue_shared/components/icon.vue';
import csrf from '~/lib/utils/csrf';
......
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