Skip to content

Commit

Permalink
hotfix: Web cannot go to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
drminh2807 authored and hoangdat committed Aug 28, 2023
1 parent 64c0dbf commit 2ad2426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class AppScaffoldView extends StatelessWidget {
.map((_) => AdaptiveScaffold.toRailDestination(_))
.toList(),
onDestinationSelected: onDestinationSelected,
onSelected: (object) => onClientSelected,
onSelected: (object) => onClientSelected(object, context),
);
}

Expand Down

0 comments on commit 2ad2426

Please sign in to comment.