mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 10:51:20 +00:00
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:
parent
7bff3eaf58
commit
115de222fc
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user