This commit is contained in:
efrilm 2025-08-05 19:52:25 +07:00
parent 3e9b20f237
commit 7ca96d19db

View File

@ -74,7 +74,7 @@ class _FormProductDialogState extends State<FormProductDialog> {
isBestSeller = false;
printType = 'kitchen';
imageUrl = product.imageUrl;
selectCategory!.id = product.categoryId.toString();
selectCategory?.id = product.categoryId.toString();
}
super.initState();