mod methodes
This commit is contained in:
@@ -76,7 +76,7 @@ class EditController extends GetxController {
|
||||
manufacturerController.text = filament.manufacturer ?? '';
|
||||
purchaseDateController.text = filament.purchaseDate ?? '';
|
||||
notesController.text = filament.notes ?? '';
|
||||
piecesController.text = filament.pices?.toString() ?? '';
|
||||
piecesController.text = filament.pices.toString();
|
||||
printingTempController.text = filament.printingTemp?.toString() ?? '';
|
||||
bedTempController.text = filament.bedTemp?.toString() ?? '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user