Skip to content
Snippets Groups Projects

(Part 5) FE multiple approval rules - pipeline clean up

Merged Paul Slaughter requested to merge 1979-fe-part5-cleanup into 1979-fe-multiple-approval-rules
All threads resolved!
Files
13
@@ -2,7 +2,7 @@
import $ from 'jquery';
import _ from 'underscore';
import { __ } from '~/locale';
import Api from 'ee/api';
import Api from '~/api';
import { TYPE_USER, TYPE_GROUP } from '../constants';
import { renderAvatar } from '~/helpers/avatar_helper';
Loading