From 3b303846b3e6bc75ae713030fe9b973a156944fa Mon Sep 17 00:00:00 2001 From: Lathish Date: Fri, 29 Oct 2021 11:37:15 +0100 Subject: Improved Test Coverage in gui-editor-apex Issue-ID: POLICY-3351 Change-Id: I6f039b4e1b856ddb73379c97c88b5a695f2c478c Signed-off-by: Lathish --- .../src/main/resources/webapp/js/ApexContextAlbumEditForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexContextAlbumEditForm.js') diff --git a/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexContextAlbumEditForm.js b/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexContextAlbumEditForm.js index b6d0fe6..9534a99 100644 --- a/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexContextAlbumEditForm.js +++ b/gui-editors/gui-editor-apex/src/main/resources/webapp/js/ApexContextAlbumEditForm.js @@ -19,7 +19,7 @@ * SPDX-License-Identifier: Apache-2.0 * ============LICENSE_END========================================================= */ - +import {keyInformationTab_reset} from "./ApexKeyInformationTab"; const {ajax_delete, ajax_getWithKeyInfo, ajax_get} = require("./ApexAjax"); const {contextAlbumTab_reset} = require("./ApexContextAlbumTab"); const {apexUtils_removeElement, apexUtils_emptyElement, scrollToTop, apexUtils_areYouSure} = require("./ApexUtils"); -- cgit 1.2.3-korg