modifiednavigation names for live readings page
This commit is contained in:
@@ -9,4 +9,9 @@ use Filament\Resources\Pages\CreateRecord;
|
||||
class CreateTempLiveReading extends CreateRecord
|
||||
{
|
||||
protected static string $resource = TempLiveReadingResource::class;
|
||||
|
||||
public function getHeading(): string
|
||||
{
|
||||
return 'Create Live Readings';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user