Skip to content

Commit

Permalink
fix(ui): Applications page incorrectly resets to tiles view. Fixes #8702
Browse files Browse the repository at this point in the history


Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
  • Loading branch information
terrytangyuan committed Mar 8, 2022
1 parent dab15e9 commit 3d023f3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ const ViewPref = ({children}: {children: (pref: AppsListPreferences & {page: num
}
if (params.get('view') != null) {
viewPref.view = params.get('view') as AppsListViewType;
} else {
viewPref.view = 'tiles' as AppsListViewType;
}
if (params.get('labels') != null) {
viewPref.labelsFilter = params
Expand Down

0 comments on commit 3d023f3

Please sign in to comment.