mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Clean up unused imports on display type logic
This commit is contained in:
parent
19a82023dc
commit
2a346a0569
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@
|
|||
* the words "Supercharged by SuiteCRM".
|
||||
*/
|
||||
|
||||
import {isEmpty} from 'lodash-es';
|
||||
import { Action, Field, isVoid, LogicDefinitions, Record, StringArrayMap, StringArrayMatrix, ViewMode } from 'common';
|
||||
import { Action, LogicDefinitions, StringArrayMap, StringArrayMatrix, ViewMode } from 'common';
|
||||
import {Injectable} from '@angular/core';
|
||||
import {RecordActionData} from '../../actions/record.action';
|
||||
import {ActionLogicHandler} from '../../../../services/actions/action-logic-handler';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue