forked from open-webui/open-webui
		
	fix: button click issue
This commit is contained in:
		
							parent
							
								
									8ed5759d0e
								
							
						
					
					
						commit
						04ddbf4306
					
				
					 6 changed files with 18 additions and 6 deletions
				
			
		|  | @ -559,7 +559,9 @@ | |||
| 
 | ||||
| 					<button | ||||
| 						class="flex text-xs items-center space-x-1 px-3 py-1.5 rounded-xl bg-gray-50 hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-700 dark:text-gray-200 transition" | ||||
| 						on:click={documentsImportInputElement.click} | ||||
| 						on:click={() => { | ||||
| 							documentsImportInputElement.click(); | ||||
| 						}} | ||||
| 					> | ||||
| 						<div class=" self-center mr-2 font-medium">Import Documents Mapping</div> | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek