From 7c1ea4361c67a7cf2c2fdede2ac8217239351094 Mon Sep 17 00:00:00 2001 From: Jenny <32821331+jenny-s51@users.noreply.github.com> Date: Thu, 24 Aug 2023 09:55:38 -0400 Subject: [PATCH] remove note --- .../patternfly-docs/content/examples/TopologyControlBar.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/module/patternfly-docs/content/examples/TopologyControlBar.md b/packages/module/patternfly-docs/content/examples/TopologyControlBar.md index a2ebe1a1..738a2a06 100644 --- a/packages/module/patternfly-docs/content/examples/TopologyControlBar.md +++ b/packages/module/patternfly-docs/content/examples/TopologyControlBar.md @@ -50,8 +50,6 @@ Pass the `TopologyControlBar` component to the `controlBar` prop, and pass the ` You can override these defaults by passing in any of the `defaultControlButtonsOptions` as a parameter, with your updated boolean value of the default option. - Note: - 2. For each button, pass in each action callback method as parameter. ```ts file="./TopologyControlBarDemo.tsx"