We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 749ea43 + 5a9a498 commit da462c5Copy full SHA for da462c5
src/app/state-management/effects/datasets.effects.ts
@@ -51,6 +51,7 @@ export class DatasetEffects {
51
fromActions.fetchDatasetsAction,
52
fromActions.setPublicViewModeAction,
53
fromActions.sortByColumnAction,
54
+ fromActions.setArchiveViewModeAction,
55
),
56
concatLatestFrom(() => this.fullqueryParams$),
57
map(([, params]) => params),
0 commit comments