chore: upgrade pkgs

This commit is contained in:
2024-09-17 11:18:20 +01:00
parent 6e24e0ee85
commit 424af5015a
20 changed files with 171 additions and 161 deletions

View File

@ -172,7 +172,8 @@ export function StreamEditor({ ev, onFinish, options }: StreamEditorProps) {
rows={5}
placeholder={formatMessage({ defaultMessage: "A description of the stream" })}
value={summary}
onChange={e => setSummary(e.target.value)} />
onChange={e => setSummary(e.target.value)}
/>
</StreamInput>
)}
{(options?.canSetImage ?? true) && (