Skip to content

Commit

Permalink
Show device information for feedbacks when using the console (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored Apr 25, 2024
1 parent 303c9fe commit 8f670c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console/lib/pages/feedbacks/feedbacks_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class _FeedbacksPageState extends State<FeedbacksPage> {
builder: (context) => FeedbackDetailsPage(
feedbackId: feedbackId,
onContactSupportPressed: null,
showDeviceInformation: true,
),
settings: const RouteSettings(name: FeedbackDetailsPage.tag),
),
Expand Down

0 comments on commit 8f670c3

Please sign in to comment.