Skip to content

Commit da462c5

Browse files
authored
Merge branch 'master' into add-privacy-imprint-footer
2 parents 749ea43 + 5a9a498 commit da462c5

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)