refactor: remove comment
This commit is contained in:
parent
080b231f5c
commit
8205d4ac3e
@ -301,7 +301,6 @@ export const ModForm = () => {
|
|||||||
<ImageUpload
|
<ImageUpload
|
||||||
multiple={true}
|
multiple={true}
|
||||||
onChange={(values) => {
|
onChange={(values) => {
|
||||||
// values.forEach((screenshotUrl) => addScreenshotUrl())
|
|
||||||
setFormState((prevState) => ({
|
setFormState((prevState) => ({
|
||||||
...prevState,
|
...prevState,
|
||||||
screenshotsUrls: Array.from(
|
screenshotsUrls: Array.from(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user