feat: show message print on quick entry dialog (#10580)

Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
This commit is contained in:
Shivam Mishra 2020-06-06 07:29:08 +00:00 committed by GitHub
parent 2468e9eb36
commit 4c94fe822f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
},