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