aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts b/client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts
index 6d66869dd..960e711b4 100644
--- a/client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts
+++ b/client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts
@@ -41,7 +41,7 @@ export class PluginListInstalledComponent implements OnInit {
41 if (!this.route.snapshot.queryParams['pluginType']) { 41 if (!this.route.snapshot.queryParams['pluginType']) {
42 const queryParams = { pluginType: PluginType.PLUGIN } 42 const queryParams = { pluginType: PluginType.PLUGIN }
43 43
44 this.router.navigate([], { queryParams }) 44 this.router.navigate([], { queryParams, replaceUrl: true })
45 } 45 }
46 46
47 this.route.queryParams.subscribe(query => { 47 this.route.queryParams.subscribe(query => {