Cleanup tag entry

This commit is contained in:
2023-07-06 15:26:39 +01:00
parent 59af740444
commit 0ecf74fe6a

View File

@ -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