fix: doctype editing message
This commit is contained in:
parent
19249aec4e
commit
23bfd5d1b6
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ frappe.ui.form.on("DocType", {
|
|||
msg += __("If you just want to customize for your site, use {0} instead.", [
|
||||
customize_form_link,
|
||||
]);
|
||||
frm.dashboard.add_comment(msg, "yellow");
|
||||
frm.dashboard.add_comment(msg, "yellow", true);
|
||||
}
|
||||
|
||||
if (frm.is_new()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue