Replace url when redirecting plugin admin url

This commit is contained in:
Chocobozzz 2021-12-29 15:05:12 +01:00
parent 0628157fe9
commit e2aeb8ad0f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export class PluginListInstalledComponent implements OnInit {
if (!this.route.snapshot.queryParams['pluginType']) {
const queryParams = { pluginType: PluginType.PLUGIN }
this.router.navigate([], { queryParams })
this.router.navigate([], { queryParams, replaceUrl: true })
}
this.route.queryParams.subscribe(query => {