mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 22:35:23 +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();
|
changelog = await getChangelog();
|
||||||
};
|
};
|
||||||
|
|
||||||
$: show && init();
|
$: if (show) {
|
||||||
|
init();
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Modal bind:show size="xl">
|
<Modal bind:show size="xl">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue