mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-15 13:55:04 +01:00
wip: zen
This commit is contained in:
@@ -24,7 +24,6 @@ const updateModel = action(async (form: FormData) => {
|
||||
const workspaceID = form.get("workspaceID")?.toString()
|
||||
if (!workspaceID) return { error: "Workspace ID is required" }
|
||||
const enabled = form.get("enabled")?.toString() === "true"
|
||||
console.log({ model, workspaceID, enabled })
|
||||
return json(
|
||||
withActor(async () => {
|
||||
if (enabled) {
|
||||
|
||||
Reference in New Issue
Block a user