mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: Import getAuthToken in MessageInput.svelte to resolve Google Drive upload error
This commit is contained in:
parent
64c8bbc16a
commit
3378f35296
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<script lang="ts">
|
||||
import { toast } from 'svelte-sonner';
|
||||
import { v4 as uuidv4 } from 'uuid';
|
||||
import { createPicker } from '$lib/utils/google-drive-picker';
|
||||
import { createPicker, getAuthToken } from '$lib/utils/google-drive-picker';
|
||||
|
||||
import { onMount, tick, getContext, createEventDispatcher, onDestroy } from 'svelte';
|
||||
const dispatch = createEventDispatcher();
|
||||
|
|
|
|||
Loading…
Reference in a new issue