Skip to content

Commit

Permalink
Updated app launcher id on remaining demos
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Mar 21, 2023
1 parent 05256ad commit a8c9023
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export const MastheadWithUtilitiesAndUserDropdownMenu: React.FunctionComponent =
onToggle={onAppLauncherToggle}
isOpen={isAppLauncherOpen}
items={appLauncherItems}
toggleId="dashboard-header-app-launcher"
/>
</ToolbarItem>
<ToolbarItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export const PageStickySectionBreadcrumb: React.FunctionComponent = () => {
onToggle={onAppLauncherToggle}
isOpen={isAppLauncherOpen}
items={appLauncherItems}
toggleId="dashboard-header-app-launcher"
/>
</ToolbarItem>
<ToolbarItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export const PageStickySectionGroup: React.FunctionComponent = () => {
onToggle={onAppLauncherToggle}
isOpen={isAppLauncherOpen}
items={appLauncherItems}
toggleId="dashboard-header-app-launcher"
/>
</ToolbarItem>
<ToolbarItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export const PageStickySectionGroupAlternate: React.FunctionComponent = () => {
onToggle={onAppLauncherToggle}
isOpen={isAppLauncherOpen}
items={appLauncherItems}
toggleId="dashboard-header-app-launcher"
/>
</ToolbarItem>
<ToolbarItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export const PageStickySectionGroupUsingPageHeader: React.FunctionComponent = ()
onToggle={onAppLauncherToggle}
isOpen={isAppLauncherOpen}
items={appLauncherItems}
toggleId="dashboard-header-app-launcher"
/>
</PageHeaderToolsItem>
<PageHeaderToolsItem>
Expand Down

0 comments on commit a8c9023

Please sign in to comment.