editing scenarios is kinda working

This commit is contained in:
Kyle Corbitt
2023-06-23 16:18:28 -07:00
parent bf41069442
commit 2b0c2ad603
12 changed files with 221 additions and 35 deletions

View File

@@ -61,7 +61,7 @@ await prisma.templateVariable.createMany({
data: [
{
experimentId,
label: "input",
label: "state",
},
],
});
@@ -83,7 +83,13 @@ await prisma.testScenario.createMany({
{
experimentId,
variableValues: {
state: "Georgia",
state: "California",
},
},
{
experimentId,
variableValues: {
state: "Utah",
},
},
],