aymanalhattami / filament-page-with-sidebar

Organize pages in the sidebar in order to make navigation between pages more comfortable.
https://github.com/aymanalhattami/filament-page-with-sidebar
MIT License
175 stars 22 forks source link

Error in define a $record property in each custom page #4

Closed fabianosfbr closed 1 year ago

fabianosfbr commented 1 year ago

When to set a $record property on each custom page this error

Type of App\Filament\Resources\IssuerResource\Pages\EditIssuer::$record must not be defined (as in class Filament\Resources\Pages\EditRecord)

and the Demo Project Link not working

Tks

aymanalhattami commented 1 year ago

You do not need to define $record If your EditIssuer extends Filament\Resources\Pages\EditRecord

Demo link