mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-25 10:20:03 -06:00
fix: survey editor issue (#1619)
This commit is contained in:
committed by
GitHub
parent
32268a8ec3
commit
3eeea7d1b2
@@ -40,7 +40,7 @@ export default function OpenTextQuestion({
|
||||
currentElement.focus();
|
||||
}
|
||||
},
|
||||
[question]
|
||||
[question.id]
|
||||
);
|
||||
const isInputEmpty = (value: string) => {
|
||||
return question.required && !value?.trim();
|
||||
|
||||
Reference in New Issue
Block a user