Update src/components/forms/course/embedded/EmbeddedVideoForm.js

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Austin Kelsay 2025-04-03 11:17:56 -05:00 committed by GitHub
parent 7bff3eaf58
commit 115de222fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ const EmbeddedVideoForm = ({ draft = null, onSave, isPaid }) => {
const payload = { const payload = {
title, title,
summary, summary,
type: 'vidoe', type: 'video',
price: isPaidResource ? price : null, price: isPaidResource ? price : null,
content: embedCode, content: embedCode,
image: coverImage, image: coverImage,