Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
PPL Sosial
pilar
pilar-web
Commits
3c23a301
Commit
3c23a301
authored
Jun 07, 2021
by
FadhilP
Browse files
[REFACTOR] Fix lint issues
parent
aaa0d6ca
Pipeline
#82072
passed with stages
in 2 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/page/produk/FormProduk.jsx
View file @
3c23a301
...
...
@@ -113,7 +113,6 @@ const FormProduk = ({ onSubmit, initialData = null, error }) => {
}
const
formData
=
new
FormData
();
const
formKey
=
[
"
image
"
];
const
formCurrency
=
[
"
modal
"
,
"
price
"
];
// Loop through every field in form and append to FormData
for
(
const
key
in
data
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment