Skip to content

Commit

Permalink
Update Home.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
intamixx authored Jul 2, 2024
1 parent 1c4234a commit 2ea6626
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions vue-app/src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,11 @@ import axios from 'axios';
/*
Initialize the form data
*/
//let formData = new FormData();
//let form = new FormData();
if ((this.MusicnnisChecked === true) && (this.DiscogsEffnetisChecked === true)) {
alert('Please select either Musicnn or Discogs-Effnet as the model to use');
window.location.reload();
}
const FormData = require('form-data');
const form = new FormData();
Expand Down

0 comments on commit 2ea6626

Please sign in to comment.