summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/models/attributes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/models/attributes.ts')
-rw-r--r--catalog-ui/src/app/models/attributes.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/src/app/models/attributes.ts b/catalog-ui/src/app/models/attributes.ts
index 9e2dc98855..9e5828ae69 100644
--- a/catalog-ui/src/app/models/attributes.ts
+++ b/catalog-ui/src/app/models/attributes.ts
@@ -19,6 +19,7 @@
*/
'use strict';
+import * as _ from "lodash";
import {SchemaAttributeGroupModel, SchemaAttribute} from "./schema-attribute";
import {SchemaPropertyGroupModel, SchemaProperty} from "./aschema-property";