Skip to content

Commit

Permalink
fix(test): v3
Browse files Browse the repository at this point in the history
  • Loading branch information
aliraza556 committed Nov 2, 2024
1 parent dd598ef commit 47cfe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddContentModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const handleSubmitForm = async (
body.tweet_id = data.source
}

body.content_type = 'tweet'
body.content_type = 'Tweet'
} else if (sourceType === WEB_PAGE) {
body.content_type = 'webpage'
body.web_page = data.source
Expand Down

0 comments on commit 47cfe42

Please sign in to comment.