Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit da77ffc

Browse files
Get rid of default value of project option (#91)
1 parent b0ae81d commit da77ffc

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/add-app-template/schema.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@
3434
},
3535
"project": {
3636
"type": "string",
37-
"description": "The name of a project to modify",
38-
"$default": {
39-
"$source": "projectName"
40-
}
37+
"description": "The name of a project to modify"
4138
},
4239
"dxversion": {
4340
"type": "string",

src/add-view/schema.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@
2828
},
2929
"project": {
3030
"type": "string",
31-
"description": "The name of a project to modify",
32-
"$default": {
33-
"$source": "projectName"
34-
}
31+
"description": "The name of a project to modify"
3532
},
3633
"spec": {
3734
"type": "boolean",

0 commit comments

Comments
 (0)