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

@ -67,6 +67,7 @@ export const StationList = () => {
{
field: 'actions',
headerName: 'Действия',
cellClassName: 'station-actions',
align: 'right',
headerAlign: 'center',
minWidth: 120,