fix: escape not working during stream configure
This commit is contained in:
@@ -76,6 +76,7 @@ export function ConfigureStreamStep({
|
||||
<Label className="mb-1 text-xs text-white/50">Stream name</Label>
|
||||
<Input
|
||||
type="text"
|
||||
autoFocus
|
||||
value={name}
|
||||
onChange={(e) => {
|
||||
setName(e.target.value);
|
||||
|
||||
Reference in New Issue
Block a user