feat: show message print on quick entry dialog (#10580)
Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
This commit is contained in:
parent
2468e9eb36
commit
4c94fe822f
1 changed files with 4 additions and 0 deletions
|
|
@ -293,6 +293,10 @@ export default class OnboardingWidget extends Widget {
|
|||
});
|
||||
};
|
||||
} else {
|
||||
frappe.msgprint({
|
||||
message: __("You may continue with onboarding"),
|
||||
title: __("Looks Great")
|
||||
});
|
||||
this.mark_complete(step);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue