Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-03-17 17:23:34 -05:00
committed by GitHub
parent 523b3153a7
commit a1e516af2d
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}