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: components/asana/actions/create-project/create-project.mjs
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,6 @@ export default {
18
18
"workspaces",
19
19
],
20
20
},
21
-
name: {
22
-
label: "Name",
23
-
description: "Name of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer.",
24
-
type: "string",
25
-
},
26
-
notes: {
27
-
label: "Notes",
28
-
description: "Free-form textual information associated with the project (ie., its description).",
29
-
type: "string",
30
-
},
31
21
team: {
32
22
propDefinition: [
33
23
asana,
@@ -41,7 +31,16 @@ export default {
41
31
type: "string",
42
32
label: "Team",
43
33
description: "The team that this project is shared with. If the workspace for your project is an organization, you must supply a team to share the project with",
44
-
optional: true,
34
+
},
35
+
name: {
36
+
label: "Name",
37
+
description: "Name of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer.",
38
+
type: "string",
39
+
},
40
+
notes: {
41
+
label: "Notes",
42
+
description: "Free-form textual information associated with the project (ie., its description).",
0 commit comments