fix: enctype = encType
This commit is contained in:
@@ -31,7 +31,7 @@ function RouteComponent() {
|
||||
return (
|
||||
<Box
|
||||
component="form"
|
||||
enctype="multipart/form-data"
|
||||
encType="multipart/form-data"
|
||||
action="/api/announcements"
|
||||
method="POST"
|
||||
sx={{
|
||||
|
||||
Reference in New Issue
Block a user