From 9dfb47f3863e30699890a9f8449bd2dc897a3b02 Mon Sep 17 00:00:00 2001 From: Julian Kniephoff Date: Tue, 19 Dec 2023 15:13:58 +0100 Subject: [PATCH] Add missing dependency to Underscore --- frontend/js/views/modal-mca.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/js/views/modal-mca.js b/frontend/js/views/modal-mca.js index c70cf6ae7..e17fddbe6 100644 --- a/frontend/js/views/modal-mca.js +++ b/frontend/js/views/modal-mca.js @@ -1,4 +1,5 @@ define([ + "underscore", "backbone", "i18next", "templates/modal-mca", @@ -6,6 +7,7 @@ define([ "views/modal-add-labelled", "bootstrap" ], function ( + _, Backbone, i18next, template,