mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1992] Keep favorite libraries navigation under same path (#1474)
* [ACA-1992] Keep favorite libraries navigation under same path * Fix unit test
This commit is contained in:
@@ -47,7 +47,7 @@ export class CreateLibraryAction implements Action {
|
||||
export class NavigateLibraryAction implements Action {
|
||||
readonly type = LibraryActionTypes.Navigate;
|
||||
|
||||
constructor(public payload?: string) {}
|
||||
constructor(public payload?: string, public route?: string) {}
|
||||
}
|
||||
|
||||
export class UpdateLibraryAction implements Action {
|
||||
|
Reference in New Issue
Block a user