Add Printers and Printertypes modules with CRUD functionality, migrations, and UI components.
This commit is contained in:
@@ -38,7 +38,7 @@ class EditSparepart extends Component
|
||||
}
|
||||
|
||||
public function mount(Model $sparepart){
|
||||
$this->filament = $sparepart;
|
||||
$this->sparepart = $sparepart;
|
||||
$this->name = $sparepart->name;
|
||||
$this->description = $sparepart->description;
|
||||
$this->manufacturer_id = $sparepart->manufacturer_id;
|
||||
|
||||
Reference in New Issue
Block a user