Debug URL push

This commit is contained in:
Axel 2023-07-05 21:15:27 +02:00
parent 5ebb00b13e
commit a6300a6d60
Signed by: axel
GPG key ID: 73C0A5961B6BC740

View file

@ -103,7 +103,6 @@
})
.then( (response) => {
this.syncData(response.data)
window.history.pushState(null, null, baseUrl+'/upload/'+this.bundle.slug);
this.step = 2
this.startDropzone()