diff --git a/src/components/app/EditLivestream/dialog.tsx b/src/components/app/EditLivestream/dialog.tsx index bf5a900..4f24f27 100644 --- a/src/components/app/EditLivestream/dialog.tsx +++ b/src/components/app/EditLivestream/dialog.tsx @@ -64,7 +64,12 @@ export default function EditLivestreamDialog(props: Props) { }, [selectedChannel]); return ( - + { + if (op) { + setSelectedChannel(''); + setStreamInfo(undefined); + } + }}> @@ -130,7 +135,7 @@ export function ChannelSelect(props: SelectProps) { return (