Skip to content

Commit

Permalink
added stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Wegner committed Oct 30, 2023
1 parent a06cc30 commit dadb3f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/variable-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ad-mapper",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
4 changes: 2 additions & 2 deletions frontend/variable-mapper/src/views/UploadView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@ export default {
return {
variableCol: "",
descriptionCol: "",
delimiter: ";",
delimiter: ",",
responseContent: "",
loading: false,
respShow: false,
download: "",
fileName: "",
w1: 1.0,
w2: 0.0,
k: 10,
k: 5,
error: false,
returnAll: false,
status_code: 200
Expand Down

0 comments on commit dadb3f9

Please sign in to comment.