wip: zen
This commit is contained in:
parent
99b72eb1ea
commit
af684c80d4
2 changed files with 28 additions and 28 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue