mirror of
https://github.com/open-webui/open-webui
synced 2025-04-02 12:09:06 +00:00
Update Interface.svelte
fix
This commit is contained in:
parent
e5db861e8b
commit
dd84f54871
@ -82,9 +82,6 @@
|
||||
bannersSortable = new Sortable(document.querySelector('.banners-sortable'), {
|
||||
handle: ".flex-1",
|
||||
animation: 300,
|
||||
onSort: (event) => {
|
||||
updateBanners();
|
||||
},
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user