This commit is contained in:
Jamie
2026-03-17 11:14:02 -07:00
committed by GitHub
parent 257fb4843b
commit f21f83de01
74 changed files with 1664 additions and 1653 deletions

View File

@@ -332,7 +332,9 @@ export function PollCreateModal({
{options.map((option, index) => (
<div key={option.id}>
<AutoSizeTextArea
ref={el => optionRefsMap.current.set(option.id, el)}
ref={el => {
optionRefsMap.current.set(option.id, el);
}}
i18n={i18n}
moduleClassName="PollCreateModalInput"
value={option.value}