forked from open-webui/open-webui
fix: config var not defined
This commit is contained in:
parent
748cb7d446
commit
95295061d0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
import fileSaver from 'file-saver';
|
||||
const { saveAs } = fileSaver;
|
||||
|
||||
import { chats, user } from '$lib/stores';
|
||||
import { chats, user, config } from '$lib/stores';
|
||||
|
||||
import {
|
||||
createNewChat,
|
||||
|
|
Loading…
Reference in a new issue