help with the problem

hi everyone, help with the problem, I can’t move the cupboard for dishes in my shelter, shift + g doesn’t help, writes (You can’t grab the cupboard for dishes)

It cannot be moved.

If it bothers you, then break or disassemble it. Or edit the game files.
data/json/furniture_and_terrain/furniture-surfaces.json

    "type": "furniture",
    "id": "f_cupboard",
    "name": "cupboard",
...
--    "required_str": -1,
++    "required_str": 10,

-1 - means you can’t move
10 - means you need a strength of 10 to move the furniture

P.S. This is a cabinet that hangs on the wall.