fixing bugs

This commit is contained in:
F4ilji
2025-04-20 14:46:55 +05:00
parent 5cfa777a6b
commit 1f43966ce3
3 changed files with 8 additions and 32 deletions
@@ -128,8 +128,6 @@ class AdmissionCampaignResource extends Resource
]),
]),
])
->itemLabel(fn (array $state): ?string =>
LevelEducational::tryFrom($state['edu_name'] ?? '')?->getLabel() ?? 'Новый уровень')
->collapsible()
->cloneable()
->columnSpanFull(),