This website works better with JavaScript
Home
Explore
Help
Sign In
lqb
/
open-webui
mirror of
https://github.com/open-webui/open-webui.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
refac
Timothy Jaeryang Baek
5 months ago
parent
fbfd3ff134
commit
e895c33baa
1 changed files
with
0 additions
and
4 deletions
Unified View
Show Diff Stats
0
4
src/lib/components/layout/SearchModal.svelte
+ 0
- 4
src/lib/components/layout/SearchModal.svelte
View File
@@ -76,10 +76,6 @@
searchHandler();
searchHandler();
};
};
- $: if (show) {
- init();
- }
-
onMount(() => {
onMount(() => {
init();
init();
});
});