fixed group at courses and kids
This commit is contained in:
parent
1559580ceb
commit
53ed08da45
@ -23,7 +23,7 @@ class CourseResource extends Resource
|
||||
|
||||
protected static string|BackedEnum|null $navigationIcon = Heroicon::ArchiveBox;
|
||||
|
||||
protected static string|UnitEnum|null $navigationGroup = 'Verwaltung';
|
||||
protected static string|UnitEnum|null $navigationGroup = 'Kurse und Kinder';
|
||||
|
||||
protected static ?string $recordTitleAttribute = 'name';
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ class KidResource extends Resource
|
||||
|
||||
protected static string|BackedEnum|null $navigationIcon = Heroicon::UserCircle;
|
||||
|
||||
protected static string|UnitEnum|null $navigationGroup = 'Verwaltung';
|
||||
protected static string|UnitEnum|null $navigationGroup = 'Kurse und Kinder';
|
||||
|
||||
protected static ?string $recordTitleAttribute = 'name';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user