mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
chore(start): update to alpha and fix editor image removed (#187)
* chore(start): update to alpha and fix editor image removed * chore: fix image editor
This commit is contained in:
@@ -45,7 +45,7 @@ const ImageEditBlock = ({
|
||||
formData.append("file", files[0])
|
||||
|
||||
try {
|
||||
const response = await storeImageFn(formData)
|
||||
const response = await storeImageFn({ data: formData })
|
||||
|
||||
editor
|
||||
.chain()
|
||||
|
||||
Reference in New Issue
Block a user