mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[AAE-6294] The list should be refreshed without allowing a used to se… (#2629)
* [AAE-6294] The list should be refreshed without allowing a used to select the same folder already deleted * Changes done as per comment * resolved build fails
This commit is contained in:
@@ -125,3 +125,9 @@ export class SetInfoDrawerPreviewStateAction implements Action {
|
||||
|
||||
constructor(public payload: boolean) {}
|
||||
}
|
||||
|
||||
export class ShowLoaderAction implements Action {
|
||||
readonly type = AppActionTypes.ShowLoaderAction;
|
||||
|
||||
constructor(public payload: boolean) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user