upgrading id

This commit is contained in:
Mrigango Deb 2024-09-18 12:23:49 +05:30
parent b83406b179
commit 6ea6c35683
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "Rhythm of Business Calendar",
"id": "8588904e-d33f-40ac-9ee0-2fcfcfb0ebc2",
"id": "37df9a1c-b53e-46ad-9efb-2e4da77a724f",
"version": "5.0.1.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,

View File

@ -81,7 +81,7 @@ class RhythmOfBusinessCalendarApp extends Component<IProps> {
return (
<SharePointApp
appName="RhythmOfBusinessCalendar"
companyName="Microsoft"
companyName="Contoso"
spfxComponent={webpart}
spfxContext={webpart.context}
teams={webpart.context.sdks.microsoftTeams}