diff --git a/SharePointFramework/ProjectExtensions/src/projectSetup/tasks/SetupProjectInformation/index.ts b/SharePointFramework/ProjectExtensions/src/projectSetup/tasks/SetupProjectInformation/index.ts index 00e5c9153..245bdb140 100644 --- a/SharePointFramework/ProjectExtensions/src/projectSetup/tasks/SetupProjectInformation/index.ts +++ b/SharePointFramework/ProjectExtensions/src/projectSetup/tasks/SetupProjectInformation/index.ts @@ -88,7 +88,7 @@ export class SetupProjectInformation extends BaseTask { ...ideaDataProperties, TemplateParameters: JSON.stringify(this._templateParameters) }) - if(this.params.properties.skipUpdateTemplateParameters) { + if (this.params.properties.skipUpdateTemplateParameters) { properties = _.omit(properties, 'TemplateParameters') } const propertyItems = await list.items() diff --git a/SharePointFramework/ProjectWebParts/src/components/ProjectInformation/CreateParentDialog/index.ts b/SharePointFramework/ProjectWebParts/src/components/ProjectInformation/CreateParentDialog/index.ts index 9403fd735..fc2100641 100644 --- a/SharePointFramework/ProjectWebParts/src/components/ProjectInformation/CreateParentDialog/index.ts +++ b/SharePointFramework/ProjectWebParts/src/components/ProjectInformation/CreateParentDialog/index.ts @@ -1 +1 @@ -export * from './CreateParentDialog' \ No newline at end of file +export * from './CreateParentDialog'