"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "976f56e8ba193c143d295c0e21d8bb5e178cef41"
Commit eca59f75 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: share chat modal

parent 9975cb17
......@@ -73,8 +73,10 @@
export let show = false;
onMount(async () => {
chat = await getChatById(localStorage.token, $chatId);
console.log(chat);
chatId.subscribe(async (value) => {
chat = await getChatById(localStorage.token, value);
console.log(chat);
});
});
</script>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment