mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix: I thought this got pushed
This commit is contained in:
parent
a64b91e2e2
commit
eeccf23e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
import GarbageBin from '$lib/components/icons/GarbageBin.svelte';
|
||||
import Pencil from '$lib/components/icons/Pencil.svelte';
|
||||
import Tooltip from '$lib/components/common/Tooltip.svelte';
|
||||
import Download from '$lib/components/icons/Download.svelte';
|
||||
import Download from '$lib/components/icons/ArrowDownTray.svelte';
|
||||
|
||||
export let align: 'start' | 'end' = 'start';
|
||||
export let onEdit = () => {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue