This commit is contained in:
Timothy Jaeryang Baek 2024-11-26 01:14:32 -08:00
parent a37cad2ecf
commit e40212a662

View File

@ -266,6 +266,7 @@
bind:state={model.is_active}
on:change={async () => {
toggleModelHandler(model);
await _models.set(await getModels(localStorage.token));
}}
/>
</Tooltip>