Skip to content

Commit 93920e3

Browse files
committed
fix the view
1 parent dda01e4 commit 93920e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/state-management/effects/datasets.effects.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export class DatasetEffects {
5151
fromActions.fetchDatasetsAction,
5252
fromActions.setPublicViewModeAction,
5353
fromActions.sortByColumnAction,
54+
fromActions.setArchiveViewModeAction,
5455
),
5556
concatLatestFrom(() => this.fullqueryParams$),
5657
map(([, params]) => params),

0 commit comments

Comments
 (0)