forked from open-webui/open-webui
		
	fix: infinite toast error
This commit is contained in:
		
							parent
							
								
									ebddb8e47d
								
							
						
					
					
						commit
						2558997cc5
					
				
					 2 changed files with 10 additions and 10 deletions
				
			
		|  | @ -133,7 +133,7 @@ | |||
| 							throw data.detail; | ||||
| 						} | ||||
| 						if (data.status) { | ||||
| 							if (!data.status.includes('downloading')) { | ||||
| 							if (!data.digest) { | ||||
| 								toast.success(data.status); | ||||
| 							} else { | ||||
| 								digest = data.digest; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek