Browse Source

chore: return empty string

version-14
Himanshu Warekar 5 years ago
parent
commit
254ce39cc5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/ui/toolbar/tag_utils.js

+ 1
- 1
frappe/public/js/frappe/ui/toolbar/tag_utils.js View File

@@ -51,7 +51,7 @@ frappe.tags.utils = {

function make_description(content) {
if (!content) {
return;
return "";
}
var field_length = 110;
var field_value = null;


Loading…
Cancel
Save