disable create, edit for several routes using AdminOnly wrapper

This commit is contained in:
maxim
2025-04-03 17:25:28 +03:00
parent c1a788b4e5
commit 739bbe4e28
8 changed files with 109 additions and 18 deletions

View File

@ -42,6 +42,7 @@ export const CityList = () => {
{
field: 'actions',
headerName: 'Действия',
cellClassName: 'city-actions',
minWidth: 120,
display: 'flex',
align: 'right',