Persist local stream data

This commit is contained in:
Max Goodhart
2025-06-17 01:21:22 +00:00
parent fc42a69b62
commit a36a07d177
5 changed files with 75 additions and 27 deletions

View File

@@ -1297,7 +1297,7 @@ function CustomStreamInput({
return (
<div>
<LazyChangeInput
value={props.label}
value={props.label ?? ''}
onChange={handleChangeLabel}
placeholder="Label (optional)"
/>{' '}