Skip to content

Commit 06a7fbc

Browse files
committed
fixed null value issues
1 parent 1e12f3d commit 06a7fbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Solutions/Visa Threat Intelligence (VTI)/Package/createUiDefinition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@
8080
{
8181
"name": "workbook1",
8282
"type": "Microsoft.Common.Section",
83-
"label": null,
83+
"label": "VTI IOC Feed Workbook",
8484
"elements": [
8585
{
8686
"name": "workbook1-text",
8787
"type": "Microsoft.Common.TextBlock",
8888
"options": {
89-
"text": null
89+
"text": "This solution installs the VTI IOC Feed workbook in the selected workspace. You can rename the workbook during deployment."
9090
}
9191
}
9292
]

Solutions/Visa Threat Intelligence (VTI)/Package/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"workbook1-name": {
3232
"type": "string",
33-
"defaultValue": null,
33+
"defaultValue": "VTI IOC Feed Workbook",
3434
"minLength": 1,
3535
"metadata": {
3636
"description": "Name for the workbook"

0 commit comments

Comments
 (0)