Sync Integ to Master
[sdc.git] / catalog-ui / src / app / view-models / workspace / tabs / inputs / service-input / service-inputs-view-model.ts
index 00f3347..bdbc0a4 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 'use strict';
+import * as _ from "lodash";
 import {IWorkspaceViewModelScope} from "app/view-models/workspace/workspace-view-model";
 import {ComponentInstance, InstancesInputsOrPropertiesMapData, Service, IAppMenu, InputModel, PropertyModel, InputPropertyBase} from "app/models";
 import {DataTypesService} from "app/services";