mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-27 16:04:50 -06:00
refac
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
changelog = await getChangelog();
|
||||
};
|
||||
|
||||
$: show && init();
|
||||
$: if (show) {
|
||||
init();
|
||||
}
|
||||
</script>
|
||||
|
||||
<Modal bind:show size="xl">
|
||||
|
||||
Reference in New Issue
Block a user