This commit is contained in:
J. A. Messias 2024-11-12 13:21:32 -03:00
parent ac22cf25c8
commit b4f36c96bb
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ class _PetsHistoryScreenState extends State<PetsHistoryScreen> with TickerProvid
cliUUID: cliUUID,
cliName: cliName,
model: model,
isInteractive: false,
isInteractive: true,
),
);
},