mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-29 16:32:48 -05:00
Persist local stream data
This commit is contained in:
@@ -1297,7 +1297,7 @@ function CustomStreamInput({
|
||||
return (
|
||||
<div>
|
||||
<LazyChangeInput
|
||||
value={props.label}
|
||||
value={props.label ?? ''}
|
||||
onChange={handleChangeLabel}
|
||||
placeholder="Label (optional)"
|
||||
/>{' '}
|
||||
|
||||
Reference in New Issue
Block a user