mirror of
				https://github.com/ohwgiles/laminar.git
				synced 2025-06-13 12:54:29 +00:00 
			
		
		
		
	fix job-finished event on run page
fixes regression introduced in 63301c73
			
			
This commit is contained in:
		
							parent
							
								
									0bacaf2a3e
								
							
						
					
					
						commit
						b4df6f5c02
					
				| @ -693,7 +693,7 @@ const Run = function() { | |||||||
|         this.$forceUpdate(); |         this.$forceUpdate(); | ||||||
|       }, |       }, | ||||||
|       job_completed: function(data) { |       job_completed: function(data) { | ||||||
|         state.job = data; |         state.job = Object.assign(state.job, data); | ||||||
|         state.jobsRunning = []; |         state.jobsRunning = []; | ||||||
|         this.$forceUpdate(); |         this.$forceUpdate(); | ||||||
|       }, |       }, | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user