Skip to content

Commit c81574e

Browse files
Merge branch 'main' into fix/authchooser-testing-dialogtitle
2 parents bc69819 + b268477 commit c81574e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

frontend/src/components/Sidebar/Sidebar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ export const PureSidebar = memo(
319319
direction="column"
320320
justifyContent="space-between"
321321
wrap="nowrap"
322-
{...(!largeSideBarOpen && { inert: 'true' as any })}
323322
>
324323
<Grid item>
325324
<List

frontend/src/components/Sidebar/__snapshots__/Sidebar.HomeSidebarClosed.stories.storyshot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
>
1313
<div
1414
class="MuiGrid-root MuiGrid-container MuiGrid-direction-xs-column MuiGrid-wrap-xs-nowrap css-opqjvv-MuiGrid-root"
15-
inert="true"
1615
>
1716
<div
1817
class="MuiGrid-root MuiGrid-item css-13i4rnv-MuiGrid-root"

frontend/src/components/Sidebar/__snapshots__/Sidebar.InClusterSidebarClosed.stories.storyshot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
>
1313
<div
1414
class="MuiGrid-root MuiGrid-container MuiGrid-direction-xs-column MuiGrid-wrap-xs-nowrap css-opqjvv-MuiGrid-root"
15-
inert="true"
1615
>
1716
<div
1817
class="MuiGrid-root MuiGrid-item css-13i4rnv-MuiGrid-root"

0 commit comments

Comments
 (0)