mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
🐛 Fix group title empty value commit
This commit is contained in:
parent
1a9823218a
commit
5b1c55b725
@ -33,7 +33,7 @@ export const SingleLineEditable = ({
|
||||
|
||||
const commitValue = () => {
|
||||
setIsEditing(false);
|
||||
onValueCommit(currentValue);
|
||||
onValueCommit(value ?? currentValue);
|
||||
};
|
||||
|
||||
useOutsideClick({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user