We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64c9e6 commit cd5893cCopy full SHA for cd5893c
packages/feedback/src/widget/createWidget.ts
@@ -92,11 +92,9 @@ export function createWidget({
92
const emptyField = [];
93
if (options.isNameRequired && !feedback.name) {
94
emptyField.push(options.nameLabel);
95
- return;
96
}
97
if (options.isEmailRequired && !feedback.email) {
98
emptyField.push(options.emailLabel);
99
100
101
if (!feedback.message) {
102
emptyField.push(options.messageLabel);
0 commit comments