mirror of
https://github.com/open-webui/open-webui
synced 2024-11-21 23:57:51 +00:00
fix: function community import
This commit is contained in:
parent
450f5292ef
commit
d8c5262161
8
src/routes/(app)/workspace/functions/create/+page.svelte
Normal file
8
src/routes/(app)/workspace/functions/create/+page.svelte
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { goto } from '$app/navigation';
|
||||||
|
import { onMount } from 'svelte';
|
||||||
|
|
||||||
|
onMount(() => {
|
||||||
|
goto('/admin/functions/create');
|
||||||
|
});
|
||||||
|
</script>
|
Loading…
Reference in New Issue
Block a user