Skip to content
Snippets Groups Projects
Commit 801f76d0 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Minor UI fix

parent 9b112551
Branches
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ const formDataToJson = (data) => {
for (let key of data.keys()) {
result[key] = data.getAll(key);
}
return data;
return result;
};
const doSave = () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment