upgrading id
This commit is contained in:
parent
b83406b179
commit
6ea6c35683
|
@ -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,
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue