mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
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