Skip to content

Commit

Permalink
Add missing dependency to Underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKniephoff committed Dec 19, 2023
1 parent 4e544ed commit 9dfb47f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/js/views/modal-mca.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
define([
"underscore",
"backbone",
"i18next",
"templates/modal-mca",
"views/modal-add-free-text",
"views/modal-add-labelled",
"bootstrap"
], function (
_,
Backbone,
i18next,
template,
Expand Down

0 comments on commit 9dfb47f

Please sign in to comment.