| @@ -55,7 +55,6 @@ | ||||
|         duration: 2500, | ||||
|       }).showToast(); | ||||
|       let postdata = {}; | ||||
|       console.log(editable.runner); | ||||
|       if (original_data.responseType === "TRACKSCAN") { | ||||
|         postdata = Object.assign(postdata, editable); | ||||
|         postdata.runner = postdata.runner.id; | ||||
|   | ||||
| @@ -13,7 +13,6 @@ | ||||
|   export let current_scans = []; | ||||
|   const scans_promise = ScanService.scanControllerGetAll().then((val) => { | ||||
|     current_scans = val; | ||||
|     console.log(current_scans); | ||||
|   }); | ||||
|   function should_display_based_on_id(id) { | ||||
|     if (searchvalue.toString().slice(-1) === "*") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user