mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix
This commit is contained in:
parent
9fb30d4787
commit
837944dcc5
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
import { toast } from 'svelte-sonner';
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
const $i18n = getContext('i18n');
|
||||
const i18n = getContext('i18n');
|
||||
|
||||
export let boilerplate = '';
|
||||
export let value = '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue