mirror of
https://github.com/documenso/documenso.git
synced 2026-07-27 18:35:05 +10:00
fix: handleInitialsFieldClick now returns initialsToInsert instead of initials (#2838)
This commit is contained in:
@@ -40,6 +40,6 @@ export const handleInitialsFieldClick = async (
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
type: FieldType.INITIALS,
|
type: FieldType.INITIALS,
|
||||||
value: initials,
|
value: initialsToInsert,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user