Update query parameter when changing selection range in graph.

This commit is contained in:
2018-06-10 17:37:20 +02:00
parent d69ace6292
commit f9d26ed888
2 changed files with 17 additions and 1 deletions

View File

@ -4,5 +4,6 @@ import { OperationListComponent } from './operationList.component';
export const OperationListState = {
path: 'account/:accountId/operations',
component: OperationListComponent
component: OperationListComponent,
onSameUrlNavigation: 'reload'
}