forked from open-webui/open-webui
		
	fix: select
This commit is contained in:
		
							parent
							
								
									b218b02d93
								
							
						
					
					
						commit
						df21a92542
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		|  | @ -69,9 +69,12 @@ | |||
| 					label={item.label} | ||||
| 				> | ||||
| 					{item.label} | ||||
| 					<Select.ItemIndicator class="ml-auto" asChild={false}> | ||||
| 						<Check /> | ||||
| 					</Select.ItemIndicator> | ||||
| 
 | ||||
| 					{#if value === item.value} | ||||
| 						<div class="ml-auto"> | ||||
| 							<Check /> | ||||
| 						</div> | ||||
| 					{/if} | ||||
| 				</Select.Item> | ||||
| 			{:else} | ||||
| 				<span class="block px-5 py-2 text-sm text-gray-700 dark:text-gray-100"> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek