diff --git a/docs/data/material/components/grid/InteractiveGrid.js b/docs/data/material/components/grid/InteractiveGrid.js
index b1cf4cc97dd5ba..9ca312ce01e0c9 100644
--- a/docs/data/material/components/grid/InteractiveGrid.js
+++ b/docs/data/material/components/grid/InteractiveGrid.js
@@ -75,16 +75,6 @@ export default function InteractiveGrid() {
control={}
label="row-reverse"
/>
- }
- label="column"
- />
- }
- label="column-reverse"
- />
diff --git a/docs/data/material/components/grid/InteractiveGrid.tsx b/docs/data/material/components/grid/InteractiveGrid.tsx
index 06f18b0ae087a7..6065a4803901ca 100644
--- a/docs/data/material/components/grid/InteractiveGrid.tsx
+++ b/docs/data/material/components/grid/InteractiveGrid.tsx
@@ -93,16 +93,6 @@ export default function InteractiveGrid() {
control={}
label="row-reverse"
/>
- }
- label="column"
- />
- }
- label="column-reverse"
- />