(e: any)
| 314 | // setStopSequences(e.target.value) |
| 315 | // } |
| 316 | const handleStreamSwitch = (e: any) => { |
| 317 | setStreamSwitch(e.target.checked) |
| 318 | } |
| 319 | const handleRoleChange = (value: any, index: number) => { |
| 320 | setContentList((prev) => { |
| 321 | prev[index].role = value |