Skip to content

Commit

Permalink
πŸ”€ Merge #443 into deploy/rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Feb 21, 2024
2 parents 63e01d7 + 95d76c3 commit 6ac47c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/IscnUploadForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export default class IscnUploadForm extends Vue {
isOpenWarningSnackbar = false
isOpenKeplr = true
isSizeExceeded = false
isAddISCNPageToEpub = true
isAddISCNPageToEpub = false
uploadSizeLimit: number = UPLOAD_FILESIZE_MAX
uploadStatus: UploadStatus = '';
Expand Down Expand Up @@ -600,7 +600,7 @@ export default class IscnUploadForm extends Vue {
fileSize: coverFile.size,
fileType: coverFile.type,
fileBlob: coverFile,
ipfsHash,
ipfsHash: ipfsThumbnailHash,
fileSHA256,
isFileImage: !!imageType,
}
Expand Down

0 comments on commit 6ac47c4

Please sign in to comment.