chore: fix build errors

This commit is contained in:
Aman Harwara
2023-08-24 17:04:43 +05:30
parent 999bbde1b0
commit e41f239cc5
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ const RemoteImageComponent = ({ className, src, alt, node, format, nodeKey }: Pr
const { filesController, linkingController } = application
const uploadedFile = await filesController.uploadNewFile(file, false)
const uploadedFile = await filesController.uploadNewFile(file, { showToast: false })
if (!uploadedFile) {
return