mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
96252: Make existing lodash imports tree-shakeable
This commit is contained in:
@@ -11,7 +11,7 @@ import {
|
||||
DynamicFormLayout,
|
||||
} from '@ng-dynamic-forms/core';
|
||||
import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap';
|
||||
import { findIndex } from 'lodash';
|
||||
import findIndex from 'lodash/findIndex';
|
||||
|
||||
import { FormBuilderService } from './builder/form-builder.service';
|
||||
import { hasValue, isNotEmpty, isNotNull, isNull } from '../empty.util';
|
||||
|
Reference in New Issue
Block a user