Cleanup tag entry
This commit is contained in:
@ -166,10 +166,9 @@ export function StreamEditor({ ev, onFinish, options }: StreamEditorProps) {
|
|||||||
value={tags}
|
value={tags}
|
||||||
onChange={setTags}
|
onChange={setTags}
|
||||||
placeHolder="Music,DJ,English"
|
placeHolder="Music,DJ,English"
|
||||||
separators={["\n",","]}
|
separators={["Enter",","]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<small>Stream type should be HLS</small>
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<AsyncButton
|
<AsyncButton
|
||||||
|
Reference in New Issue
Block a user