Commit 2120d9ff authored by Grégor JOUET's avatar Grégor JOUET 🔧
Browse files

Fix circular show, axios update function

parent c0d29624
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ export default {
          headers: {
            'Content-Type': 'multipart/form-data'
          },
          onUploadProgress: function(progressEvent) {
          onUploadProgress(progressEvent) {
            var percentCompleted = Math.round((progressEvent.loaded * 100) / progressEvent.total)
            this.gcode_upload_progress = percentCompleted
          }