dev #1

Merged
aefril merged 128 commits from dev into main 2025-08-13 17:19:48 +00:00
Showing only changes of commit 7ca96d19db - Show all commits

View File

@ -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();