From b4f36c96bb4673b195729c1b17f961a883df4eaf Mon Sep 17 00:00:00 2001 From: "J. A. Messias" Date: Tue, 12 Nov 2024 13:21:32 -0300 Subject: [PATCH] WIP --- lib/pages/pets_on_the_property_page/pets_history_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/pets_on_the_property_page/pets_history_screen.dart b/lib/pages/pets_on_the_property_page/pets_history_screen.dart index 9458923c..63a11f90 100644 --- a/lib/pages/pets_on_the_property_page/pets_history_screen.dart +++ b/lib/pages/pets_on_the_property_page/pets_history_screen.dart @@ -309,7 +309,7 @@ class _PetsHistoryScreenState extends State with TickerProvid cliUUID: cliUUID, cliName: cliName, model: model, - isInteractive: false, + isInteractive: true, ), ); },