forked from open-webui/open-webui
		
	fix: delete model list
This commit is contained in:
		
							parent
							
								
									534ba9e4f0
								
							
						
					
					
						commit
						434595b3e6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -507,7 +507,7 @@ | |||
| 									{#if !deleteModelTag} | ||||
| 										<option value="" disabled selected>Select a model</option> | ||||
| 									{/if} | ||||
| 									{#each $models.filter((m) => m.size != null) as model} | ||||
| 									{#each $models.filter((m) => m.size != null && (selectedOllamaUrlIdx === null ? true : (m?.urls ?? []).includes(selectedOllamaUrlIdx))) as model} | ||||
| 										<option value={model.name} class="bg-gray-100 dark:bg-gray-700" | ||||
| 											>{model.name + ' (' + (model.size / 1024 ** 3).toFixed(1) + ' GB)'}</option | ||||
| 										> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek