Skip to content

Commit

Permalink
changes on formheader
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavchopraavataar committed Dec 8, 2023
1 parent 4a5fdcb commit a962f90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/components/form/FormHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const FormHeader = ({ createMode, state, prevOptionIds }: iFormHeaderProps) => {

const onSave = async () => {
const form_data = new FormData()
console.log(state)
if (isPost(state)) {
Object.entries(state).forEach(([key, value]) => {
form_data.append(key, value)
Expand Down

0 comments on commit a962f90

Please sign in to comment.