Sync Integ to Master
[sdc.git] / catalog-ui / src / app / view-models / forms / attribute-form / attribute-from-view-model.ts
index 4c114b1..0e4a851 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 'use strict';
+import * as _ from "lodash";
 import {AttributeModel, Component} from "app/models";
 import {IMapRegex, ValidationUtils, FormState, PROPERTY_TYPES} from "app/utils";