hmpo-template-mixins
Advanced tools
Comparing version 7.2.1 to 7.3.0
@@ -12,7 +12,6 @@ 'use strict'; | ||
this.errorGroup = new ErrorGroup({ | ||
key: this.key, | ||
this.errorGroup = new ErrorGroup(Object.assign({ | ||
groupClassName: 'form-date', | ||
legendClassName: 'form-label-bold' | ||
}, ctx, options); | ||
}, this.field), ctx, options); | ||
@@ -19,0 +18,0 @@ this.errorGroupEnd = new ErrorGroup.End({}, ctx, options); |
{ | ||
"name": "hmpo-template-mixins", | ||
"version": "7.2.1", | ||
"version": "7.3.0", | ||
"description": "A middleware that exposes a series of Mustache mixins on res.locals to ease usage of forms, translations, and some general needs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3402