Skip to content
Snippets Groups Projects
Commit a996eecc authored by Phil Hughes's avatar Phil Hughes
Browse files

Removed underscorejs from create label class

parent 9806db32
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -103,7 +103,7 @@
if (typeof label.message === 'string') {
errors = label.message;
} else {
errors = _.map(label.message, function (value, key) {
errors = label.message.map(function (value, key) {
return key + " " + value[0];
}).join("<br/>");
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment