add disabled states on creation

This commit is contained in:
Ishaan Dey
2024-05-09 21:05:21 -07:00
parent b0b8a63f2f
commit 1500e84724
2 changed files with 7 additions and 3 deletions

View File

@ -8,7 +8,6 @@ export async function createSandbox(body: {
userId: string
visibility: string
}) {
console.log("creating. body:", body)
const res = await fetch(
"https://database.ishaan1013.workers.dev/api/sandbox",
{