Skip to content

Commit

Permalink
Merge pull request #5372 from gretchunkim/update-react-my-personal-ap…
Browse files Browse the repository at this point in the history
…ps---spelling-error-#5329
  • Loading branch information
hugoabernier authored Jan 14, 2025
2 parents 374b313 + b36810d commit 13bcf01
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
1 change: 1 addition & 0 deletions samples/react-my-personal-apps/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v10.21.0
20 changes: 3 additions & 17 deletions samples/react-my-personal-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
---
page_type: sample
products:
- office-sp
languages:
- javascript
- typescript
extensions:
contentType: samples
technologies:
- SharePoint Framework
- Microsoft Graph
platforms:
- React
createdDate: 4/9/2020 12:00:00 AM
---

# My Personal Apps (Links)

## Summary
Expand Down Expand Up @@ -73,6 +56,8 @@ This Web Part uses MSgraph Open Extension to save the personal information on us
## Contributors

* [João Mendes](https://github.com/joaojmendes)
* [Zach Roberts](https://github.com/zachroberts8668)
* [Azores](https://github.com/gretchunkim)


## Version history
Expand All @@ -81,6 +66,7 @@ Version|Date|Comments
-------|----|--------
1.0.0|April 9, 2020|Initial release
1.0.1|April 28, 2020| Bug fix URL Links - [Zach Roberts](https://github.com/zachroberts8668) [SPODev](https://spodev.com)
1.0.2|January 13, 2025| [Azores](https://github.com/gretchunkim) fixed typo

## Minimal Path to Awesome

Expand Down
8 changes: 7 additions & 1 deletion samples/react-my-personal-apps/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"The Web Part My Personal Apps allows the user to define links to Applications or Sites for quick access."
],
"creationDateTime": "2020-04-28",
"updateDateTime": "2020-04-28",
"updateDateTime": "2025-01-13",
"products": [
"SharePoint"
],
Expand Down Expand Up @@ -134,6 +134,12 @@
"company": "",
"pictureUrl": "https://github.com/zachroberts8668.png",
"name": "Zach Roberts"
},
{
"gitHubAccount": "gretchunkim",
"company": "",
"pictureUrl": "https://github.com/gretchunkim.png",
"name": "Azores"
}
],
"references": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function ManageApps(appProps: IManageAppsProps) {
)
},
{
title: "Derscription",
title: "Description",
field: "description",
editComponent: props => (
<TextField
Expand Down

0 comments on commit 13bcf01

Please sign in to comment.