Skip to content

Commit a1c9f6a

Browse files
committed
re-add deleted comment
1 parent 1a9d85c commit a1c9f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/static/components/label.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export default {
263263
this.messages = [];
264264
})
265265
.catch((error) => {
266-
console.log(error);
266+
console.log(error); // eslint-disable-line no-console
267267
if (error.response.data.non_field_errors) {
268268
error.response.data.non_field_errors.forEach((msg) => {
269269
this.messages.push(msg);

0 commit comments

Comments
 (0)