Skip to content

Commit 0132c6d

Browse files
committed
Add missing parameter to sample
1 parent 055ccf3 commit 0132c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general-development/client-side-web-parts-maintenance-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If the web part [integrates its properties with SharePoint](../spfx/web-parts/gu
8181
If you need to troubleshoot a SharePoint page to see if there is a SharePoint Framework extension or web part causing issues you can append **?disable3PCode=1** to the URL to disable loading of SPFx components, for example:
8282

8383
```text
84-
https://contoso.sharepoint.com/sites/team?disable3PCode
84+
https://contoso.sharepoint.com/sites/team?disable3PCode=1
8585
```
8686

8787
This will prevent loading of any third party SPFx components on the page.

0 commit comments

Comments
 (0)