This commit is contained in:
2020-10-08 14:40:15 +00:00
parent 484b3c219b
commit 09ad8af59d

View File

@@ -203,7 +203,7 @@ export default {
*/
//de-lodash
//kebab case takes care of all the things we need for tags in one go
// tagName = window.$gz._.kebabCase(tagName);
// tagName = window.$gz. _.kebabCase(tagName);
if (!tagName || tagName == "") {
return null;