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: src/projects/mutations/createProject.ts
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,17 @@ export default resolver.pipe(
77
77
container: {
78
78
connect: {id: firstContainerId},// put it in default to do
79
79
},
80
-
description:
81
-
"You added a description form to your project. You can complete that form by going to the project > clicking on settings in the left hand menu > and then edit form data.",
80
+
description: `### Next step: Complete your project description form
81
+
82
+
You just added a **Project Description Form** to this project.
83
+
84
+
**How to complete it:**
85
+
1. Go to your **Project**.
86
+
2. Click **Settings** in the left-hand menu.
87
+
3. Open **Edit Form Data** and complete the required fields.
88
+
89
+
_Why this matters:_ Completing this form helps make your project transparent and searchable via metadata.
0 commit comments