Skip to content

Commit ac05e0c

Browse files
Final touched. Done with Buyer side
1 parent 0f2d351 commit ac05e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/views/category_screen_view/category_details.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class _CategoryDetailsState extends State<CategoryDetails> {
3434
productMethod = FirestoreService.getProducts(title);
3535
}
3636

37-
var controller = Get.find<ProductController>();
37+
var controller = Get.put(ProductController());
3838

3939
dynamic productMethod;
4040

0 commit comments

Comments
 (0)