Skip to content

Commit

Permalink
Merge pull request #7634 from ProcessMaker/bugfix/FOUR-19842
Browse files Browse the repository at this point in the history
FOUR-19842: It is not possible to log in to the application from mobile
  • Loading branch information
ryancooley authored Oct 25, 2024
2 parents fae7513 + 66201e4 commit 7b9ab36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/navbarMobile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class="dropdown-item"
],
[
'name' => __('Cases'),
'url' => route('cases.index'),
'url' => route('requests.index'),
'isActive' => Request::path() === 'cases',
],
[
Expand Down

0 comments on commit 7b9ab36

Please sign in to comment.