Hiding Grid columns via UI

Hello, everyone.

I’m getting a strange behaviour when I hide a grid’s column via UI.
When I click to hide a column, the option I clicked is removed from the column options, making it unable to unhide it.

28614.png

Maybe you have some custom css styling and text is hidden based on it.
Add this to the yours scss and you get text back .column-hiding-toggle.hidden { visibility:visible; }