diff --git a/addressbook/js/app.ts b/addressbook/js/app.ts index f826c4cf94..366bce24fe 100644 --- a/addressbook/js/app.ts +++ b/addressbook/js/app.ts @@ -17,7 +17,7 @@ import {EgwApp, PushData} from '../../api/js/jsapi/egw_app'; import {etemplate2} from "../../api/js/etemplate/etemplate2"; import {et2_dialog} from "../../api/js/etemplate/et2_widget_dialog"; import {et2_selectbox} from "../../api/js/etemplate/et2_widget_selectbox"; -import {nm_action, fetchAll} from "../../api/js/etemplate/et2_extension_nextmatch_actions"; +import {nm_action, fetchAll, nm_compare_field} from "../../api/js/etemplate/et2_extension_nextmatch_actions"; import "./CRM"; import {egw} from "../../api/js/jsapi/egw_global";