forked from open-webui/open-webui
		
	fix: share chat modal
This commit is contained in:
		
							parent
							
								
									9975cb17a9
								
							
						
					
					
						commit
						eca59f759d
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -73,8 +73,10 @@ | ||||||
| 	export let show = false; | 	export let show = false; | ||||||
| 
 | 
 | ||||||
| 	onMount(async () => { | 	onMount(async () => { | ||||||
| 		chat = await getChatById(localStorage.token, $chatId); | 		chatId.subscribe(async (value) => { | ||||||
| 		console.log(chat); | 			chat = await getChatById(localStorage.token, value); | ||||||
|  | 			console.log(chat); | ||||||
|  | 		}); | ||||||
| 	}); | 	}); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek