Skip to content

Commit d07f82b

Browse files
Removed comma and comments on quick view json
the comma on line 52 and the comment on line 56 prevent the succesfully compleation of the gulp server task
1 parent a181358 commit d07f82b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/viva/get-started/advanced-quick-view-functionality.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ Start with the HelloWorld ACE from the previous tutorial, [Advanced Card View Fu
4949
"type": "Action.Submit",
5050
"data": {
5151
"id": "selectAction",
52-
"newIndex": "${index}",
52+
"newIndex": "${index}"
5353
}
5454
},
5555
"separator": true,
56-
"items": [ // The template for an item in `items`
56+
"items": [
5757
{
5858
"type": "TextBlock",
5959
"text": "${title}",

0 commit comments

Comments
 (0)