style: added a divider

This commit is contained in:
Daniel
2025-02-09 17:02:10 +01:00
committed by Nicolás Hatcher Andrés
parent 857ebabf16
commit 7e54cb6aa2

View File

@@ -194,6 +194,7 @@ const CellContextMenu = (properties: CellContextMenuProps) => {
{t("cell_context.freeze_rows", { row })}
</ItemNameStyled>
</StyledMenuItem>
<MenuDivider />
<StyledMenuItem
onClick={() => {
onUnfreezeColumns();