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

View File

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