Skip to content

Commit

Permalink
minor change in code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dipesh1903 committed Nov 22, 2019
1 parent 219d779 commit dd37f23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class CloudNotificationsComponent implements OnInit, OnDestroy {
this.selectedAssetGroup = assetGroupName;
if (this.selectedAssetGroup.match('azure')) {
setTimeout(() => {
this.router.navigate(['pl', 'compliance/compliance-dashboard'], {
this.router.navigate(['pl', 'compliance', 'compliance-dashboard'], {
queryParamsHandling: 'merge'
});
}, 10);
Expand Down

0 comments on commit dd37f23

Please sign in to comment.