This commit is contained in:
Timothy Jaeryang Baek
2024-12-09 23:02:11 -08:00
parent f264d82d13
commit 9ddb16345f
2 changed files with 29 additions and 22 deletions

View File

@@ -137,7 +137,7 @@
});
</script>
<ConfigureModelsModal bind:show={showConfigModal} {init} />
<ConfigureModelsModal bind:show={showConfigModal} initHandler={init} />
{#if models !== null}
{#if selectedModelId === null}