commit
8830f5e7b1
2 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ const PublishNsfwInput = ({ nsfw, handleInput }) => {
|
|||
type='checkbox'
|
||||
id='publish-nsfw'
|
||||
name='nsfw'
|
||||
value={nsfw}
|
||||
checked={nsfw}
|
||||
onChange={handleInput}
|
||||
/>
|
||||
}
|
||||
|
|
|
@ -53,6 +53,7 @@ module.exports = async (data, chName = null, chShortId = null) => {
|
|||
claimId: dataVals.claim_id || data.claimId,
|
||||
fileExt: fileExt,
|
||||
description: dataVals.description,
|
||||
nsfw: dataVals.is_nsfw,
|
||||
thumbnail: dataVals.thumbnail_url || data.thumbnail || thumbnail,
|
||||
outpoint,
|
||||
host,
|
||||
|
|
Loading…
Reference in a new issue