Skip to content

Commit 4981170

Browse files
authored
Fix Serval admin tab persistence (#3779)
1 parent 975dadd commit 4981170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SIL.XForge.Scripture/ClientApp/src/app/serval-administration/serval-administration.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class ServalAdministrationComponent implements OnInit {
4747
void this.router.navigate([], {
4848
relativeTo: this.route,
4949
queryParams: { tab: this.availableTabs[index] },
50-
queryParamsHandling: 'preserve'
50+
queryParamsHandling: 'merge'
5151
});
5252
}
5353
}

0 commit comments

Comments
 (0)