revert commit - wrong branch
This commit is contained in:
parent
a92e9c9973
commit
399c4eb56d
1 changed files with 0 additions and 7 deletions
|
@ -560,13 +560,6 @@ function PublishForm(props: Props) {
|
|||
}
|
||||
}, [mode, updatePublishForm]);
|
||||
|
||||
// Reset any set release time if switching to live stream mode.
|
||||
useEffect(() => {
|
||||
if (mode === PUBLISH_MODES.LIVESTREAM) {
|
||||
updatePublishForm({ releaseTimeEdited: undefined });
|
||||
}
|
||||
}, [mode, updatePublishForm]);
|
||||
|
||||
if (publishing) {
|
||||
return (
|
||||
<div className="main--empty">
|
||||
|
|
Loading…
Reference in a new issue