This commit is contained in:
Timothy Jaeryang Baek
2026-02-22 15:35:16 -06:00
parent 29217cb430
commit ad9fbfc1af

View File

@@ -684,8 +684,9 @@
upsertModelHandler(model);
selectedModelId = null;
}}
onBack={() => {
onBack={async () => {
selectedModelId = null;
await init();
}}
/>
{/if}