🐛 Fix group title empty value commit

This commit is contained in:
Baptiste Arnaud 2025-10-08 17:48:53 +02:00
parent 1a9823218a
commit 5b1c55b725
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ export const SingleLineEditable = ({
const commitValue = () => {
setIsEditing(false);
onValueCommit(currentValue);
onValueCommit(value ?? currentValue);
};
useOutsideClick({