forked from open-webui/open-webui
Merge pull request #1732 from dannyl1u/fix/chat-link
This commit is contained in:
commit
488f448f04
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
import fileSaver from 'file-saver';
|
import fileSaver from 'file-saver';
|
||||||
const { saveAs } = fileSaver;
|
const { saveAs } = fileSaver;
|
||||||
|
|
||||||
import { chats, user } from '$lib/stores';
|
import { chats, user, config } from '$lib/stores';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
createNewChat,
|
createNewChat,
|
||||||
|
|
Loading…
Reference in a new issue