fix: doctype editing message

This commit is contained in:
Ankush Menat 2023-02-22 11:25:05 +05:30
parent 19249aec4e
commit 23bfd5d1b6

View file

@ -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()) {