From 26f1a632708c30b799565a3fe2b3509b749cdfe3 Mon Sep 17 00:00:00 2001 From: Alex Terentiev Date: Mon, 15 May 2017 00:30:05 -0700 Subject: [PATCH] Support of both Fabric < 6.0.0 and 6.0.0 (#206) --- .../src/webparts/sidePanel/components/WebPart/SidePanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/react-side-panel/src/webparts/sidePanel/components/WebPart/SidePanel.tsx b/samples/react-side-panel/src/webparts/sidePanel/components/WebPart/SidePanel.tsx index 2a6bb19cb..221b81a93 100644 --- a/samples/react-side-panel/src/webparts/sidePanel/components/WebPart/SidePanel.tsx +++ b/samples/react-side-panel/src/webparts/sidePanel/components/WebPart/SidePanel.tsx @@ -25,7 +25,7 @@ export default class SidePanel extends React.Component
-
+

This Web Part shows how to open a side panel.

Please, click the button below.