Fix contacts setup in superuser panel
Adds a missing import
This commit is contained in:
parent
c44cc072fa
commit
9a4c87795f
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
import * as URI from 'urijs';
|
||||
|
||||
angular.module("core-config-setup", ['angularFileUpload'])
|
||||
.directive('configSetupTool', function() {
|
||||
var directiveDefinitionObject = {
|
||||
|
|
Reference in a new issue