mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
fix: replace to invalidate context
This commit is contained in:
@@ -190,7 +190,10 @@ const createExtensions = ({
|
||||
},
|
||||
onValidationError: (errors) => {
|
||||
errors.forEach((error) => {
|
||||
console.log("File validation error", error)
|
||||
toast.error("Image validation error", {
|
||||
position: "bottom-right",
|
||||
description: error.reason,
|
||||
})
|
||||
})
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user