This commit is contained in:
Frank
2025-10-08 01:14:39 -04:00
parent 99b72eb1ea
commit af684c80d4
2 changed files with 28 additions and 28 deletions

View File

@@ -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) {