Skip to content

Commit 0d93f1a

Browse files
authored
Added missing div in render
1 parent 441f4de commit 0d93f1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/spfx/web-parts/get-started/using-microsoft-graph-apis.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Building SharePoint Framework solutions, which use Microsoft Graph
33
description: Getting started tutorial on using Microsoft Graph with SharePoint Framework solutions
4-
ms.date: 8/24/2022
4+
ms.date: 11/24/2022
55
ms.localizationpriority: high
66
---
77

@@ -127,6 +127,7 @@ In this case, we'll modify the code to use Microsoft Graph to get access on the
127127
The SharePoint Framework (SPFx) is a extensibility model for Microsoft Viva, Microsoft Teams and SharePoint. It's the easiest way to extend Microsoft 365 with automatic Single Sign On, automatic hosting and industry standard tooling.
128128
</p>
129129
</div>
130+
<div id="spListContainer" />
130131
</div>`;
131132

132133
// List the latest emails based on what we got from the Graph

0 commit comments

Comments
 (0)