Update query parameter when changing selection range in graph.
This commit is contained in:
@ -4,5 +4,6 @@ import { OperationListComponent } from './operationList.component';
|
||||
|
||||
export const OperationListState = {
|
||||
path: 'account/:accountId/operations',
|
||||
component: OperationListComponent
|
||||
component: OperationListComponent,
|
||||
onSameUrlNavigation: 'reload'
|
||||
}
|
||||
|
Reference in New Issue
Block a user