Skip to content

Commit

Permalink
Fix issue with not being able to create video (#4703)
Browse files Browse the repository at this point in the history
  • Loading branch information
drillprop authored Aug 21, 2023
1 parent 0d571af commit 2a2371b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const VideoWorkspace: FC = memo(() => {
disabled: formStatus?.isDisabled,
onClick: () => {
!isEdit && trackPublishAndUploadClicked(activeChannel?.id)
return formStatus?.triggerFormSubmit
formStatus?.triggerFormSubmit()
},
text: formStatus?.actionBarPrimaryText,
},
Expand Down

0 comments on commit 2a2371b

Please sign in to comment.