Skip to content

Commit e2c0d5f

Browse files
Merge pull request SharePoint#8712 from dcashpeterson/patch-1
Update Mediatutorial
2 parents 6e17224 + 5659b6b commit e2c0d5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/viva/get-started/actions/media-upload/MediaUploadTutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create an Adaptive Card Extension with the select media action
33
description: Step by step guide on how to create an Adaptive Card Extension with the select media action.
4-
ms.date: 07/25/2022
4+
ms.date: 01/26/2023
55
ms.localizationpriority: high
66
---
77
# Create an Adaptive Card Extension with select media action
@@ -101,7 +101,7 @@ public get cardButtons(): [ICardButton] | [ICardButton, ICardButton] | undefined
101101
{
102102
title: strings.UploadPNG,
103103
action: {
104-
type: 'VivaAction.SelectMedia'
104+
type: 'VivaAction.SelectMedia',
105105
parameters: {
106106
mediaType: MediaType.Image
107107
}
@@ -224,7 +224,7 @@ Add the following properties to the `IQuickViewData` interface:
224224
filesUploaded: string;
225225
```
226226

227-
and then add the following two lines in the returned object of `data` getter:
227+
and then add the following line in the returned object of `data` getter:
228228

229229
```typescript
230230
filesUploaded: this.state.filesUploaded

0 commit comments

Comments
 (0)