mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
e150d8763b
commit
04251b7bff
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,9 @@
|
|||
changelog = await getChangelog();
|
||||
};
|
||||
|
||||
$: show && init();
|
||||
$: if (show) {
|
||||
init();
|
||||
}
|
||||
</script>
|
||||
|
||||
<Modal bind:show size="xl">
|
||||
|
|
|
|||
Loading…
Reference in a new issue