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
@@ -1034,7 +1034,7 @@ Let's take the smarter, not harder approach and start with our `New` application
1034
1034
- app/
1035
1035
- pages/
1036
1036
- applications/
1037
-
- actions.ts
1037
+
- functions.ts
1038
1038
- Details.tsx
1039
1039
- Edit.tsx
1040
1040
- List.tsx
@@ -1256,7 +1256,7 @@ We updated the types that we're importing from Prisma to remove `Contact` and in
1256
1256
1257
1257
You'll notice that we imported `ApplicationWithRelations` from our `List` page. This is a type that we created to include the `company` and `contacts` details.
1258
1258
1259
-
Now, et's work our way through the form, for each input field, we want to set a `defaultValue`, referencing the application details.
1259
+
Now, let's work our way through the form, for each input field, we want to set a `defaultValue`, referencing the application details.
0 commit comments