diff --git a/samples/react-tour-pnpjs/.gitignore b/samples/react-tour-pnpjs/.gitignore index b19bbe123..a17f3f582 100644 --- a/samples/react-tour-pnpjs/.gitignore +++ b/samples/react-tour-pnpjs/.gitignore @@ -30,3 +30,7 @@ obj # Styles Generated Code *.scss.ts +# .CER Certificates +*.cer +# .PEM Certificates +*.pem diff --git a/samples/react-tour-pnpjs/assets/sample.json b/samples/react-tour-pnpjs/assets/sample.json index 83ebdd65d..91cd41eb8 100644 --- a/samples/react-tour-pnpjs/assets/sample.json +++ b/samples/react-tour-pnpjs/assets/sample.json @@ -9,7 +9,7 @@ "A SPFx WebPart using PnP/PnPjs, @pnp/spfx-property-controls and ReactTourJS." ], "creationDateTime": "2019-11-23", - "updateDateTime": "2019-11-23", + "updateDateTime": "2022-04-06", "products": [ "SharePoint" ], diff --git a/samples/react-tour-pnpjs/src/webparts/tour/TourWebPart.ts b/samples/react-tour-pnpjs/src/webparts/tour/TourWebPart.ts index 495d9fee4..4d7b4b1f6 100644 --- a/samples/react-tour-pnpjs/src/webparts/tour/TourWebPart.ts +++ b/samples/react-tour-pnpjs/src/webparts/tour/TourWebPart.ts @@ -72,11 +72,11 @@ export default class TourWebPart extends BaseClientSideWebPart