Skip to content

Commit 6d19813

Browse files
fix(ui): Applications page incorrectly resets to tiles view. Fixes #8702 (#8718)
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
1 parent dab15e9 commit 6d19813

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/src/app/applications/components/applications-list/applications-list.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ const ViewPref = ({children}: {children: (pref: AppsListPreferences & {page: num
127127
}
128128
if (params.get('view') != null) {
129129
viewPref.view = params.get('view') as AppsListViewType;
130-
} else {
131-
viewPref.view = 'tiles' as AppsListViewType;
132130
}
133131
if (params.get('labels') != null) {
134132
viewPref.labelsFilter = params

0 commit comments

Comments
 (0)