Skip to content

Commit

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

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
Signed-off-by: wojtekidd <wojtek.cichon@protonmail.com>
  • Loading branch information
terrytangyuan authored and wojtekidd committed Apr 25, 2022
1 parent a85fde4 commit 24c7e31
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 24c7e31

Please sign in to comment.