diff --git a/frontend/components/v2/config-panels/V2SplitPanelLayoutConfigPanel.tsx b/frontend/components/v2/config-panels/V2SplitPanelLayoutConfigPanel.tsx
index 7895a3d5..c788612e 100644
--- a/frontend/components/v2/config-panels/V2SplitPanelLayoutConfigPanel.tsx
+++ b/frontend/components/v2/config-panels/V2SplitPanelLayoutConfigPanel.tsx
@@ -1125,28 +1125,28 @@ export const V2SplitPanelLayoutConfigPanel: React.FC<
updateLeftPanel({ showSearch: checked })
}
/>
updateLeftPanel({ showAdd: checked })
}
/>
updateLeftPanel({ showEdit: checked })
}
/>
updateLeftPanel({ showDelete: checked })
}
@@ -1574,28 +1574,28 @@ export const V2SplitPanelLayoutConfigPanel: React.FC<
updateRightPanel({ showSearch: checked })
}
/>
updateRightPanel({ showAdd: checked })
}
/>
updateRightPanel({ showEdit: checked })
}
/>
updateRightPanel({ showDelete: checked })
}