refactor(assign_to): use a Text Editor field for description
The `ToDo` doctype uses this, so it makes more sense here. Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
405d325291
commit
c22f652473
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ frappe.ui.form.AssignToDialog = class AssignToDialog {
|
|||
},
|
||||
{
|
||||
label: __("Comment"),
|
||||
fieldtype: "Small Text",
|
||||
fieldtype: "Text Editor",
|
||||
fieldname: "description",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue