This commit is contained in:
2020-03-23 22:32:17 +00:00
parent 50504db31d
commit f29ef27596
2 changed files with 5 additions and 4 deletions

View File

@@ -356,9 +356,9 @@ export default {
beforeCreate() {
//check pre-requisites exist just in case
if (window.$gz.errorHandler.devMode()) {
if (!window.$gz._) {
throw "tag-picker: $gz._ (lodash) is required and missing";
}
// if (!window.$gz._) {
// throw "tag-picker: $gz._ (lodash) is required and missing";
// }
if (!window.$gz.translation) {
throw "tag-picker: $gz.translation is required and missing";
}