You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.test.tasks.$taskParam/route.tsx
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1614,8 +1614,12 @@ function CreateTemplateModal({
1614
1614
</Paragraph>
1615
1615
<FieldsetclassName="max-w-full gap-y-3">
1616
1616
<InputGroupclassName="max-w-full">
1617
-
<Label>Template label</Label>
1618
-
<Input{...conform.input(label)}placeholder="Enter a name for this template"/>
0 commit comments