Skip to content

Commit

Permalink
feat(DashboardSettings): remove name field from upload body
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsKoud committed Sep 12, 2023
1 parent c5894e1 commit 35437f4
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,7 @@ export const DataTable = <TData, TValue>({ columns, data }: DataTableProps<TData
},
URL: "$json:url$",
Body: "MultipartFormData",
FileFormName: "file",
Arguments: {
name: "$filename$"
}
FileFormName: "file"
};

const blob = new Blob([JSON.stringify(config)], {
Expand Down

0 comments on commit 35437f4

Please sign in to comment.