mirror of
https://github.com/open-webui/open-webui.git
synced 2026-02-24 04:00:31 +01:00
refac
This commit is contained in:
@@ -684,8 +684,9 @@
|
||||
upsertModelHandler(model);
|
||||
selectedModelId = null;
|
||||
}}
|
||||
onBack={() => {
|
||||
onBack={async () => {
|
||||
selectedModelId = null;
|
||||
await init();
|
||||
}}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user