fix
This commit is contained in:
parent
3e9b20f237
commit
7ca96d19db
@ -74,7 +74,7 @@ class _FormProductDialogState extends State<FormProductDialog> {
|
|||||||
isBestSeller = false;
|
isBestSeller = false;
|
||||||
printType = 'kitchen';
|
printType = 'kitchen';
|
||||||
imageUrl = product.imageUrl;
|
imageUrl = product.imageUrl;
|
||||||
selectCategory!.id = product.categoryId.toString();
|
selectCategory?.id = product.categoryId.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
super.initState();
|
super.initState();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user